This is a skeleton application for HarmonyCMS. This repository contain a pre-configured Docker environment for development and test purpose.
| Service | Ports |
|---|---|
| php | 9000 |
| nginx | 8080:80 |
| mariadb | 3306:3306 |
| mongodb | 27017:27017 |
- Start Containers
docker-compose up -d- Connect to php container
docker-compose exec php bash- Create new project
composer create-project harmony/skeleton demoThis bundle is part of the HarmonyCMS and licensed under the LGPLv3 License.