I am wondering what actually happens behind the scenes on the server when I create a Ruby on Rails application through the cPanel interface.
Is it just calling
$ruby script\generate
$ruby script\server
Or is there more to it?
I am wondering what actually happens behind the scenes on the server when I create a Ruby on Rails application through the cPanel interface.
Is it just calling
$ruby script\generate
$ruby script\server
Or is there more to it?