Luke Murphy
5 years ago
1 changed files with 16 additions and 0 deletions
@ -1,3 +1,19 @@ |
|||
# hbbs.decentral1.se |
|||
|
|||
> https://hbbs.decentral1.se |
|||
|
|||
## 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 |
|||
``` |
|||
|
Loading…
Reference in new issue