Platform for Static Sites.
- MVP
- May 31, 2018
- Main concept and components integration.
- Pre-alpha
- August 31, 2018
- Integration of components is complete.
- Versions 1.x in active development.
- Alpha
- January 9, 2019
- Versions 1.x are complete.
- Versions 2.x in active development.
- Beta
- Someday, 20xx
- Versions 2.x are complete.
- Versions 3.x in active development.
- Release Candidate
- Sometime, 20xx
- Versions 3.x are complete.
- A process of covering integration tests.
- Release to the Web
- Somehow, 20xx
- Hugs Platform, SaaS.
- Ready to use as self-hosted or in the Cloud.
Requirements:
- Docker 18.06.0-ce or above
- Docker Compose 1.22.0 or above
- GNU Make 3.81 or above
$ git clone git@github.com:octolab/hugs.git # or git@bitbucket.org:kamilsk/hugs.git
$ cd hugs
$ make up demo status
Name Command State Ports
-----------------------------------------------------------------------------------------------------------
hugs_click_1 click run --with-profiler ... Up 80/tcp, 8090/tcp, 8091/tcp
hugs_database_1 docker-entrypoint.sh postgres Up 5432/tcp
hugs_forma_1 form-api run --with-profil ... Up 80/tcp, 8090/tcp, 8091/tcp
hugs_hugo_1 /bin/sh -c hugo server --b ... Up 1313/tcp
hugs_passport_1 service run --with-profili ... Up 8080/tcp, 8090/tcp, 8091/tcp, 8092/tcp, 8093/tcp
hugs_server_1 /bin/bash -c echo $BASIC_U ... Up 0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp
$ make help
$ open https://127.0.0.1.xip.io/
$ open https://click.127.0.0.1.xip.io/
$ open https://forma.127.0.0.1.xip.io/
$ open https://passport.127.0.0.1.xip.io/
Hugs blocks | GitHub | Bitbucket | Docker Hub | Quay | Brew |
---|---|---|---|---|---|
Click! | + | + | + | + | kamilsk/tap/click |
Forma | + | + | + | + | kamilsk/tap/form-api |
Guard | + | + | + | + | kamilsk/tap/guard |
Passport | + | + | + | + | kamilsk/tap/passport |
Hugs tools | |||||
check | + | + | - | - | kamilsk/tap/check |
go-kit | + | + | - | - | - |
retry | + | + | - | - | kamilsk/tap/retry |
semaphore | + | + | - | - | kamilsk/tap/semaphore |
Misc | |||||
kamilsk/hugo | + | + | + | - | - |
kamilsk/nginx | + | + | + | + | - |
octolab/lens | + | - | - | - | - |
made with β€οΈ by OctoLab