Skip to content

jlacerte/app-tutorial-nextcloud

 
 

Repository files navigation

Tutorial

Build Status

This is the tutorial app. To install it change into your Nextcloud's apps directory:

cd nextcloud/apps

Then run:

git clone https://github.com/nextcloud/app-tutorial.git notestutorial

where the branch parameter is the ownCloud version that you are targeting:

  • Nextcloud 12: stable12
  • Nextcloud master: master

Then install the dependencies using:

composer install

Important: The tutorial requires PHP 7.1 due to type hinting. You may need to remove them for PHP versions lower than 7.1 and 7.0

Using the Makefile

The following make targets are available:

  • test: runs all tests
  • appstore: builds the package that can be uploaded to the app store
  • source: builds the source package

About

Tutorial app which is built in the tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.4%
  • PHP 13.5%
  • Makefile 1.7%
  • CSS 0.4%