Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ At this point your task should be starting up.
1. Install `npm` and `nodejs` with `apt-get` or `yum`
2. `git clone https://github.com/lacework-community/reverse-shell-simulation-app.git reverse-shell-simulation-app`
3. `cd reverse-shell-simulation-app/app`
4. `node server.js &`
5. `disown`
6. At this point you can access the app from http://<public_ip>:8080/ntg-frontend.html
4. `npm install`
5. `node server.js & disown`
7. At this point you can access the app from http://<public_ip>:8080/ntg-frontend.html

### Other container platforms

Expand Down