A place to inform on the world wide web https://hbbs.decentral1.se
Go to file
2020-04-05 13:08:08 +02:00
hbbs edited glossary 2020-04-05 13:02:22 +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 Add setup command 2020-04-05 13:08:03 +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