Ouxsoft / hoopless-stack

A stack for running hoopless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hoopless Stack

Installation

Install with Git:

git clone --recurse-submodules https://github.com/Ouxsoft/hoopless-stack.git

Start local development stack using Docker.

./stack start

View in web browser:

URL Username Password
Website http://localhost
Database http://db.localhost
Continuous Deployment http://cd.localhost/blue admin admin

Via Shell

Start production stack using Docker.

./stack start prod

Contributing

Hoopless is an open source project. If you find a problem or want to discuss new features or improvements please create an issue, and/or if possible create a pull request. Contributing is easy with this docker based development environment.

About

A stack for running hoopless

License:MIT License


Languages

Language:Shell 71.6%Language:Dockerfile 28.4%