Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted
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.

Guest
This topic is now closed to further replies.
×
×
  • Create New...