A place to inform on the world wide web https://hbbs.decentral1.se
Go to file
2020-04-05 10:47:36 +02:00
design Add design pdf 2020-04-04 20:09:18 +02:00
hbbs Merge branch 'master' of https://git.vvvvvvaria.org/homebrew-bioscoop/hbbs.decentral1.se 2020-04-05 10:47:36 +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 Fix deploy paths 2020-04-04 19:35:02 +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