|
@@ -67,7 +67,14 @@ make run
|
|
|
|
|
|
### From scratch
|
|
|
|
|
|
-1. Install the depedencies
|
|
|
+1. Download the source code:
|
|
|
+
|
|
|
+```bash
|
|
|
+git clone https://gitea.com/chopin42/simple-forum
|
|
|
+cd simple-forum
|
|
|
+```
|
|
|
+
|
|
|
+2. Install the depedencies
|
|
|
|
|
|
Debian:
|
|
|
|
|
@@ -83,15 +90,8 @@ sudo dnf install python3 python3-pip
|
|
|
pip3 install -r requirements.txt --user
|
|
|
```
|
|
|
|
|
|
-2. Download the source code:
|
|
|
-
|
|
|
-```bash
|
|
|
-git clone https://gitea.com/chopin42/simple-forum
|
|
|
-cd simple-forum
|
|
|
-```
|
|
|
-
|
|
|
-2. (Optional) Change the template to fit your needs
|
|
|
-3. Run the main file:
|
|
|
+3. (Optional) Change the template to fit your needs
|
|
|
+4. Run the main file:
|
|
|
|
|
|
```bash
|
|
|
python3 app.py
|