Place this app in nextcloud/apps/
The app can be built by using the provided Makefile by running:
make
This requires the following things to be present:
You can use the provided Makefile to run all tests by using:
make test
Of course you can also install PHPUnit and use the configurations directly:
phpunit -c phpunit.xml
or:
phpunit -c phpunit.integration.xml
for integration tests
npm install
Configure your local Nextcloud URL in vue.config.js
:
const NEXTCLOUD_URL = 'http://localhost:8000/';
And then launch the Webpack dev server:
npm run serve
npm run lint
tools/release.sh
This script will output a URL for the tar.gz
file and the signature in the
correct format for copy-pasting into
https://apps.nextcloud.com/developer/apps/releases/new