Hi Guys! I'm installing Tracks (www.getontracks.org), but it requires that some SSH commands be run in a terminal window. Is this possible? My account username is "brimley" and my server name is supermattkelly.heliohost.com. In the subdirectory "tracks". Here are the commands to be run in said subdirectory: gem install bundler bundle install --without development,test bundle exec rake db:migrate RAILS_ENV=production bundle exec rake assets:precompile bundle exec rails server -e production Thanks!!!