harmony / skeleton
A skeleton to start a new HarmonyCMS project
Installs: 444
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Dockerfile
Type:project
Requires
- php: ^7.1.3
- ext-ctype: *
- ext-iconv: *
- harmony/core-bundle: 0.1
- harmony/flex: 0.1
- symfony/asset: *
- symfony/console: *
- symfony/dotenv: *
- symfony/expression-language: *
- symfony/form: *
- symfony/framework-bundle: *
- symfony/monolog-bundle: ^3.1
- symfony/process: *
- symfony/security-bundle: *
- symfony/serializer-pack: *
- symfony/swiftmailer-bundle: ^3.1
- symfony/translation: *
- symfony/twig-bundle: *
- symfony/validator: *
- symfony/web-link: *
- symfony/yaml: *
Requires (Dev)
Conflicts
This package is auto-updated.
Last update: 2020-06-14 03:02:07 UTC
README
This is a skeleton application for HarmonyCMS. This repository contain a pre-configured Docker environment for development and test purpose.
Instructions
Requirements
Services configuration
Service | Ports |
---|---|
php | 9000 |
nginx | 8080:80 |
mariadb | 3306:3306 |
mongodb | 27017:27017 |
Installation
- Start Containers
docker-compose up -d
- Connect to php container
docker-compose exec php bash
- Create new project
composer create-project harmony/skeleton demo
License
This bundle is part of the HarmonyCMS and licensed under the LGPLv3 License.