mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
474 B
474 B
Setup for Nitrous.IO
Before you can run this project, you will need to install Meteor with Autoparts (open-source package manager built specifically for Nitrous.IO boxes).
Run the following commands in the Terminal below:
cd ~/workspace/Telescope/
parts install meteor
meteor -p 0.0.0.0:3000
Usually you would just run meteor
, but for nitrous environment host 0.0.0.0
is required.
To preview the app, go to the "Preview Menu" and click "Port 3000"