Riccardo Posted May 9, 2010 Posted May 9, 2010 I'm trying to install redmine, but i need to run two rake command in order to complete my installation: 1) rake generate_session_store 2) RAILS_ENV=production rake db:migrate How can i run these command without a shell?
Byron Posted May 9, 2010 Posted May 9, 2010 This support request is being escalated to our root admin.
Ashoat Posted May 9, 2010 Posted May 9, 2010 You have a couple of options. 1) You can configure the environment locally, and upload to here. I'd suggest this one. 2) You can try to mess around with cronjobs. 3) You can try to install a CGI shell.
Riccardo Posted May 9, 2010 Author Posted May 9, 2010 You have a couple of options. 1) You can configure the environment locally, and upload to here. I'd suggest this one. 2) You can try to mess around with cronjobs. 3) You can try to install a CGI shell. I've used the CGI shell successfully.
Recommended Posts