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 |
Start production stack using Docker.
./stack start prod
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.