supermattkelly Posted June 3, 2013 Posted June 3, 2013 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:precompilebundle exec rails server -e production Thanks!!!
Krydos Posted June 15, 2013 Posted June 15, 2013 SSH isn't provided for user accounts because it is too much of a security risk for shared hosting. If you need to install ruby gems this is the link to use: http://johnny.heliohost.org:2082/frontend/x3/module_installers/main.html?lang=ruby Most commands to set up RoR applications can be run through cron jobs. Just be sure not to exceed 2 cron jobs per day or your account will be suspended.
Krydos Posted June 15, 2013 Posted June 15, 2013 Glad your problem got solved! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
Recommended Posts