Tutorial app which is built in the tutorial
Перейти к файлу
Bernhard Posselt ef374d9bc3 first commit 2015-01-10 00:25:43 +01:00
appinfo first commit 2015-01-10 00:25:43 +01:00
controller first commit 2015-01-10 00:25:43 +01:00
css first commit 2015-01-10 00:25:43 +01:00
db first commit 2015-01-10 00:25:43 +01:00
img first commit 2015-01-10 00:25:43 +01:00
js first commit 2015-01-10 00:25:43 +01:00
templates first commit 2015-01-10 00:25:43 +01:00
tests first commit 2015-01-10 00:25:43 +01:00
.travis.yml first commit 2015-01-10 00:25:43 +01:00
AUTHORS.md first commit 2015-01-10 00:25:43 +01:00
CHANGELOG.md first commit 2015-01-10 00:25:43 +01:00
COPYING first commit 2015-01-10 00:25:43 +01:00
Makefile first commit 2015-01-10 00:25:43 +01:00
README.md first commit 2015-01-10 00:25:43 +01:00
phpunit.integration.xml first commit 2015-01-10 00:25:43 +01:00
phpunit.xml first commit 2015-01-10 00:25:43 +01:00

README.md

Own Notes

Place this app in owncloud/apps/

Publish to App Store

First get an account for the App Store then run:

make appstore

ocdev will ask for your App Store credentials and save them to ~/.ocdevrc which is created afterwards for reuse.

If the field in appinfo/info.xml is not present, a new app will be created on the appstore instead of updated. You can look up the ocsid in the app page URL, e.g.: http://apps.owncloud.com/content/show.php/News?content=168040 would use the ocsid 168040

Running tests

After Installing PHPUnit run:

phpunit -c phpunit.xml