Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Trivial change for webhook test
  • Loading branch information
mechanicjay authored Nov 26, 2018
1 parent 5226d14 commit 9805c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ To run the application remotely,
2. Upload the zip file to the web server
3. SSH into the server and unarchive the zip file (e.g., `unzip filename`).
4. Run `nohup bin/sidewalk-webpage -Dhttp.port=9000 &` ([reference](http://alvinalexander.com/scala/play-framework-deploying-application-production-server)). Sometimes the application tells you that port 9000 (i.e., default port for a Play app) is taken. To kill an application that is occupying the port, first identify pid with the netstat command `netstat -tulpn | grep :9000` and then use the `kill` command.

0 comments on commit 9805c5e

Please sign in to comment.