Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecodecoop/nextcloud-docker-development
☁️ Development environment to create Nextcloud apps
https://github.com/librecodecoop/nextcloud-docker-development
hacktoberfest nextcloud nextcloud-app nextcloud-apps nextcloud-docker nextcloud-server php php-fpm php7
Last synced: 24 days ago
JSON representation
☁️ Development environment to create Nextcloud apps
- Host: GitHub
- URL: https://github.com/librecodecoop/nextcloud-docker-development
- Owner: LibreCodeCoop
- License: agpl-3.0
- Created: 2020-04-27T14:27:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:50:01.000Z (4 months ago)
- Last Synced: 2024-11-24T20:10:09.928Z (29 days ago)
- Topics: hacktoberfest, nextcloud, nextcloud-app, nextcloud-apps, nextcloud-docker, nextcloud-server, php, php-fpm, php7
- Language: Shell
- Homepage:
- Size: 205 KB
- Stars: 21
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextcloud development environment
An development apps environment for Nextcloud.
## Development environment
Run the command:
```bash
docker compose up nextcloud mysql nginx mailhog redis
```* [Advanced setup](docs/advanced-setup.md)
* [Environments](docs/advanced-setup.md#environments)
* [PHP custom settings](docs/advanced-setup.md#php-custom-settings)
* [App development](docs/apps-development.md)
* [Sample](docs/apps-development.md#samble)
* [FAQ](docs/faq.md)
* [Reset setup](docs/faq.md#reset-setup)
* [Upgrade to newest commits of server repository](docs/faq.md#upgrade-to-newest-commits-of-server-repository)
* [Using IDE](docs/faq.md#using-ide)
* [Fix permissions](docs/faq.md#fix-permissions)
* [Simplify commands with alias](docs/bash_aliases.md)