Login to Glenn and change directory to awesim_dev
:
$ ssh glenn.osc.edu
$ cd awesim_dev
$ module load ruby
To bootstrap a new Rails app with gems, AweSim styles, and configuration required to work at OSC, use the rails application template created for this. For example, if the app's name is "Container Fill Sim", you would do:
$ awesim rails new container_fill_sim
Now, rename this directory to rails1 or rails2 etc. (whatever is available) so it loads as a rails app by Passenger:
$ mv container_fill_sim rails1
Now you can access this app through the dashboard.