Welcome to your publify project on Nitrous.
In the Nitrous IDE, enter the following commands in the terminal window:
cd ~/code/publify
./start-app
./start-app
is a shortcut to run your dev server if you are using a Procfile for Heroku deployment -- you can also type rails s
to start the server.
Now you've got a development server running and can see the output in the Nitrous terminal window. You can open up a new shell or utilize tmux to open new shells to run other commands.
In the Nitrous IDE, open the "Preview" menu and click "Port 3000".