yes i can run any system command but how can i run rails server within the server which use Mail rails app.
In main application, once user complete payment, i will run one script. In that script, new rails app will create in new directory and server should run automatically.After that i am redirecting main app page into home page.
But i am unable to run the created application server.
i check with elscriptl gem to start server in new terminal. but even there also i have one issue.
New ternimal is openning and it showing following error msg.
within my new rails application i tried the following command
- elscripto start -c 'rails:server'
"There was an error creating the child process for this terminal"
"Failed to execute child process "rails:server" (No such file or directory)"
What am i trying to do is, user can create site with this application.