Created
June 7, 2016 13:18
-
-
Save poupitoo/7eb237c2dadec7805795f3002fb0749b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -L27017:localhost:27017 [email protected] | |
then go to the webserver directory and run | |
npm install | |
and | |
node webserver.js | |
you can then work on the files and look them up on http://localhost:9998/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment