mirror of
https://github.com/Mint-System/Nextcloud-Build.git
synced 2026-04-23 21:13:48 -06:00
The Mint System Nextcloud development environment.
https://nextcloud.build/
- Shell 77.5%
- JavaScript 22.5%
| .obsidian | ||
| .vuepress | ||
| .env | ||
| .env.template | ||
| .gitignore | ||
| compose.yml | ||
| LICENSE | ||
| logo.png | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| task | ||
Nextcloud Build
This is the Mint System Nextcloud development environment.
This projects provides a highly opinionated way to develop Nextcloud and Nextcloud apps.
Requirements
The Nextcloud development environment has the following requirements:
- Docker and Docker Compose
- bash/zsh alias
task='./task'with optional completion
Usage
The usage section is a set of workflows. Pick the one required by your scenario. See task help or task for details about the projects commands.
Clone this repository.
git clone git@github.com:Mint-System/Nextcloud-Build.git
cd Nextcloud-Build
Docker
Run Nextcloud with Docker container.
Start and initialize Nextcloud with Docker
Run docker compose.
task start
