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

Skeleton application to create a new HarmonyCMS project.

License

Notifications You must be signed in to change notification settings

harmonycms/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Skeleton application to create a new HarmonyCMS project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published