No I cannot run shell command via cPanel.
Also, we've all windows platforms which are available locally, so there is no linux based system which is availble to setup Redmine locally.
There are Bitnami stacks available which are standalone packages and have cross platform support. I've tried the Redmine Bitnami stack on Windows Machine, but PHP MyAdmin is not available and I couldn't figure out how to take a mysql dump.
Main Topics
Browse All Topics





by: wesgarrisonPosted on 2009-11-03 at 07:04:03ID: 25729585
Can you run a shell command via the cPanel?
cd /home/path/to/app/ && rake db:migrate RAILS_ENV=production
Alternatively, you could set up redmine with mysql locally and run the migrations, then do a SQL dump, upload and restore.