Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (36 loc) · 965 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 965 Bytes

HarmonyCMS Skeleton

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

  1. Start Containers
docker-compose up -d
  1. Connect to php container
docker-compose exec php bash
  1. Create new project
composer create-project harmony/skeleton demo

License

This bundle is part of the HarmonyCMS and licensed under the LGPLv3 License.