- Open a shell on your computer and navigate to the projects directory
- Run
npm run start
- Open your browser and type http://localhost/
- Allow the connection using a self signed https certificate
- Log in with the username
admin
and the passwordadmin
- Run
docker exec -u www-data passwords-php /var/www/html/occ app:enable passwords
- Run
npm install
- Run
npm run build
- You can now access the app
A file with sample data is available in the wiki and can be imported on the backups page.
npm run start
- Start the docker servernpm run stop
- Stop the docker servernpm run cron
- Execute cron jobsnpm run watch
- Create development build of JS/CSS files and watch for changesnpm run build
- Create production build of JS/CSS filesnpm run build:nightly
- Create nightly build of JS/CSS filesdocker-compose -f docker-compose.yml -f docker/configs/<service>.yml up -d
starts the system with additional servicesdocker exec -u www-data passwords-php /var/www/html/occ config:system:set loglevel --value=0 --type=int
- Set loglevel to infodocker exec -itu www-data passwords-php bash
- Open shell in container as www-datadocker exec -it passwords-php bash
- Open shell in container as root
- https://localhost is Nextcloud (with the app)
- http://localhost:8080 is PhpMyAdmin (for the MySQL database)
- http://localhost:1080 is MailHog (for Emails)
- http://localhost:7070 is Besticon Iconserver (optional)
- https://localhost:9090 is PhpLdapAdmin (optional)