Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ac457e7

Browse filesBrowse files
authored
Update README.md
1 parent 1252b0f commit ac457e7
Copy full SHA for ac457e7

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ It's as simple as it is no complications involved.
241241
### Method 2: Server Deploy
242242
For the server deploying you need first to download the repo to the server and run the following:
243243
- *Step 1:* Edit The nmap service file
244+
- You can change the `WorkinDirectory` and `gunicorn` paths to the paths you have set.
245+
- I suggest the rest of it stay as it is to avoid unwanted errors.
244246
```service
245247
[Unit]
246248
Description=Nmap API deployment
@@ -255,17 +257,15 @@ Restart=always
255257
[Install]
256258
WantedBy=multi-user.target
257259
```
258-
- You can change the `WorkinDirectory` and `gunicorn` paths to the paths you have set.
259-
- I suggest the rest of it stay as it is to avoid unwanted errors.
260260

261261
- *Step 2:* Starting services
262+
- We are good to go
262263
```bash
263264
mv nmapapi.service /etc/systemd/system
264265
sudo systemctl daemon-reload
265266
sudo systemctl start nmapapi
266267
sudo systemctl enable nmapapi
267268
```
268-
- We are good to go
269269

270270
- *Step 4:* I guess the final step changes per individual it is suggested to setup firewall rules and redirect port 80 to 443
271271

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.