Skip to content

Commit

Permalink
Makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDaniel committed Nov 19, 2021
1 parent fa9e514 commit c7fbe21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
make:
apt-get update -y
apt-get upgrade -y

-apt-get install python3-dev -y
-apt-get install python3-venv -y
python3 -m venv ./.venv
./.venv/bin/python3 -m pip install -r requirements.txt
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Light theme default | Dark theme default

*The page is made to be easily editable by anyone with HTML/CSS/Bootstrap experience*



### 0. Getting the code

1. run `git clone https://github.com/MiranDaniel/f1rewall`
Expand Down Expand Up @@ -71,6 +73,8 @@ Congrats! Your recaptcha is now ready!

### 4. Running

1. Run `apt-get update -y && apt-get upgrade -y` to update your packages
1. Run `apt-get install python3-dev -y && apt-get install python3-venv -y` to install the required dependencies for Python
1. Run `sudo make` to install all dependencies
2. Run `sh run.sh` to start the server
3. The script will now host your gateway on the port specified in config.yaml
Expand Down

0 comments on commit c7fbe21

Please sign in to comment.