This application give information to new users. It is an ownCloud application and it was created for the need of the VoNZ project.
Download the newuser repository and place it in owncloud/apps/
Warning : The name of the repository HAVE TO be newuser !!
First get an account for the App Store then run:
make appstore_package
The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.
After Installing PHPUnit run:
phpunit -c phpunit.xml
To have more informations on how you can manage this application, let's see the Owncloud Developer Manual...