|
@@ -1,4 +1,5 @@
|
|
# Wiki build instructions
|
|
# Wiki build instructions
|
|
|
|
+
|
|
This wiki is built using mkdocs, which runs on Python3
|
|
This wiki is built using mkdocs, which runs on Python3
|
|
|
|
|
|
## Installation
|
|
## Installation
|
|
@@ -6,17 +7,18 @@ This wiki is built using mkdocs, which runs on Python3
|
|
```bash
|
|
```bash
|
|
pip3 install mkdocs mkdocs-material mkdocs-awesome-pages-plugin
|
|
pip3 install mkdocs mkdocs-material mkdocs-awesome-pages-plugin
|
|
```
|
|
```
|
|
|
|
+These packages are also included in the `requirements.txt` of this repo.
|
|
|
|
|
|
## Run site (development)
|
|
## Run site (development)
|
|
|
|
|
|
-Run `./run.sh` to host a local version on localhost:8088.
|
|
|
|
|
|
+Run `./run.sh` to host a local version on `localhost:8088`.
|
|
|
|
|
|
-When a file is changed, the website should refresh automatically
|
|
|
|
|
|
+When a file is changed, the website should refresh automatically.
|
|
|
|
|
|
|
|
|
|
## Deploy site
|
|
## Deploy site
|
|
|
|
|
|
-To deploy the website on my server (only I can do this), run `./deploy.sh`. Just make sure you use public key authentication to the server.
|
|
|
|
|
|
+To deploy the website on my server (only I can do this ofc), run `./deploy.sh`. Just make sure you use public key authentication to the server.
|
|
|
|
|
|
This will:
|
|
This will:
|
|
|
|
|