2020-04-04 18:56:59 +02:00
|
|
|
# hbbs.decentral1.se
|
2020-04-04 18:55:53 +02:00
|
|
|
|
2020-04-04 18:56:59 +02:00
|
|
|
> https://hbbs.decentral1.se
|
2020-04-04 20:13:01 +02:00
|
|
|
|
|
|
|
## Hack It
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ 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](https://hbbs.decentral1.se/).
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ make hbbs
|
|
|
|
```
|