- Nextcloud 11
- PHP >= 5.6
- Newest Firefox (Desktop, Android)
- MySQL/MariaDB
- Sqlite (discouraged)
This app is available on the ownCloud app store. Link
Before you start hacking on this app, make sure npm
and bower
are installed
on your development machine. For installing npm
, use your Linux distribution's
package manager. bower
can then be installed with
npm install -g bower
To download all JavaScript dependencies, run
bower install
inside this directory.
That's it. Now you're ready to start contributing to this app ;-)
After Installing PHPUnit run:
phpunit -c phpunit.xml