Browse Source

Add hack and deploy docs

master
Luke Murphy 4 years ago
parent
commit
6a7e812a1f
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 16
      README.md

16
README.md

@ -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…
Cancel
Save