Update UbuntuInstallation.md
This commit is contained in:
parent
271fc7ebd0
commit
d08cb3f95e
1 changed files with 6 additions and 1 deletions
|
@ -86,10 +86,15 @@ Open a new terminal, navigate to the metamaps directory, and execute the
|
||||||
server:
|
server:
|
||||||
|
|
||||||
rails s
|
rails s
|
||||||
|
|
||||||
|
NOTE: if you want to actively develop on the javascript in /frontend use
|
||||||
|
|
||||||
|
npm run build:watch
|
||||||
|
|
||||||
and dont forget to run the other server for realtime...
|
and dont forget to run the other server for realtime...
|
||||||
|
|
||||||
node realtime/realtime-server.js
|
node realtime/realtime-server.js
|
||||||
|
to start a webpack build process that updates the build everytime you make code changes
|
||||||
|
|
||||||
Now you're all set enjoy your personal server of metamaps :) Navigate your browser to localhost:3000 once you have the server running. Sign in with the default account
|
Now you're all set enjoy your personal server of metamaps :) Navigate your browser to localhost:3000 once you have the server running. Sign in with the default account
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue