A place to inform on the world wide web https://hbbs.decentral1.se
Go to file
2020-04-10 19:08:28 +02:00
hbbs added white bubbles svg 2020-04-10 19:08:28 +02:00
.gitignore Bootstrap hbbs repository 2020-04-04 18:55:53 +02:00
fabfile.py Wire up the basics 2020-04-04 20:45:54 +02:00
LICENSE Bootstrap hbbs repository 2020-04-04 18:55:53 +02:00
makefile Make deploy from venv 2020-04-05 13:09:12 +02:00
README.md Add hack and deploy docs 2020-04-04 20:13:01 +02:00
requirements.txt Wire up the basics 2020-04-04 20:45:54 +02:00

hbbs.decentral1.se

https://hbbs.decentral1.se

Hack It

$ python3 -m virtualenv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Release It

You'll need SSH access and sudo powers on hbbs.decentral1.se.

$ make hbbs