Skip to content

Instantly share code, notes, and snippets.

@poupitoo
Created June 7, 2016 13:18
Show Gist options
  • Save poupitoo/7eb237c2dadec7805795f3002fb0749b to your computer and use it in GitHub Desktop.
Save poupitoo/7eb237c2dadec7805795f3002fb0749b to your computer and use it in GitHub Desktop.
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