This repository was archived by the owner on May 11, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1
🤗 Hugs - Platform for Static Sites.
License
NotificationsYou must be signed in to change notification settings
octopot/hugs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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/tcphugs_database_1 docker-entrypoint.sh postgres Up 5432/tcphugs_forma_1 form-api run --with-profil ... Up 80/tcp, 8090/tcp, 8091/tcphugs_hugo_1 /bin/sh -c hugo server --b ... Up 1313/tcphugs_passport_1 service run --with-profili ... Up 8080/tcp, 8090/tcp, 8091/tcp, 8092/tcp, 8093/tcphugs_server_1 /bin/bash -cecho$BASIC_U ... Up 0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp$ makehelp$ 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 ❤️ byOctoLab
About
🤗 Hugs - Platform for Static Sites.