CarnetApp / CarnetNextcloud

GNU Affero General Public License v3.0
153 stars 28 forks source link

Carnet

Place this app in nextcloud/apps/

What is Carnet ?

Documentation and description of Carnet are available here

Help

You can help with translations on the dedicated platform

weblate

Development

Carnet For Nextcloud is divided into two parts:

Prepare your environment

To start developping Carnet, you will need a working Nextcloud install

Then, from your favorite dev folder:

Create a carnet folder where all the dev for server and clients will happen:

mkdir carnet
cd carnet

Follow instructions on building CarnetWebClient

Link it to templates inside the nextcloud app

git clone https://github.com/CarnetApp/CarnetNextcloud
current=`pwd`
cd CarnetNextcloud
ln -s "$current"/CarnetWebClient/dist templates/CarnetWebClient

This should create a link called CarnetWebClient to the dist folder of CarnetWebClient, inside templates

Then create a link to your nextcloud installation (replace nextcloud-install-folder with appropriate path)

ln -s "$current"/CarnetNextcloud nextcloud-install-folder/apps/carnet

Then activate is within nextcloud interface !