harmony/skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

A skeleton to start a new HarmonyCMS project

Installs: 442

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:Dockerfile

Type:project


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

  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.