Skip to content
Snippets Groups Projects
Commit 06199f3a authored by Neil's avatar Neil
Browse files

little more work

parent 3b885d52
No related branches found
No related tags found
No related merge requests found
git clone https://gitlab.cs.washington.edu/nharlow/capstone-server.git server
nohup node ./server/server.js &
#!/bin/bash
git clone https://gitlab.cs.washington.edu/nharlow/capstone-server.git tmp && rm -fr .git && mv tmp/.git . && rm -rf tmp && git reset --hard
nohup node ./server.js &
......@@ -9,4 +9,4 @@ var server = http.createServer(function(request, response) {
}
});
server.listen(80);
\ No newline at end of file
server.listen(3001);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment