Skip to content

Commit

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

-apt-get install python3-dev
-apt-get install python3-venv
-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 @@ -75,6 +75,10 @@ Congrats! Your recaptcha is now ready!
2. Run `sh run.sh` to start the server
3. The script will now host your gateway on the port specified in config.yaml

#### Debugging

If you get the `make: command not found` error, run `sudo apt-get install build-essential` to install make.

## Network configuration

### 1. Firewall configuration
Expand Down

0 comments on commit fa9e514

Please sign in to comment.