Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/nooo-hbsc
This commit is contained in:
commit
851eb4a010
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# nooo-hbsc
|
||||||
|
|
||||||
|
Revamped homebrewserver.club website.
|
||||||
|
|
||||||
|
## Build the site locally
|
||||||
|
|
||||||
|
### Preparing your system
|
||||||
|
|
||||||
|
Install the prerequisites:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ apt install -y python3 python-3 python3-venv
|
||||||
|
```
|
||||||
|
|
||||||
|
### Installing the Python requirements
|
||||||
|
|
||||||
|
Then create a virtual environment and activate it with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ python3 -m venv .venv
|
||||||
|
$ source .venv/bin/activate
|
||||||
|
```
|
||||||
|
|
||||||
|
Then install the requirements:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pip install pelican
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user