Ouxsoft / phpmarkup-stack

Docker based development environment for PHPMarkup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPMarkup Stack

A stack environment dedicated to continuously deploying the PHPMarkup package.

Getting Started

Clone repo using Git.

git clone --recurse-submodules git@github.com:ouxsoft/phpmarkup-stack.git

Run git submodule update --init to add submodule after git clone.

Start the stack environment using the shell script and Docker.

./stack start

After making code changes to ./app sub module repository use pipeline to test and deploy.

Service URL Username Password
CI/CD Pipeline http://cd.localhost/blue/ admin admin

Need help?

./stack help

About

Docker based development environment for PHPMarkup


Languages

Language:Shell 63.8%Language:Dockerfile 30.7%Language:Groovy 5.5%