How to "sudo script/server"? Permanently deleted user Created August 20, 2010 03:24 Hi, I want to start my server via RubyMine with sudo, is that possible? Basically the equivalent of "sudo script/server"thanks!
Hello Alexandre,
No, it isn't possible in RubyMine. Why do yo need it? The only one way is to launch RubyMine with sudo or start rails server from console.
I need it because I am running CommunityEngine and for some reason, while starting the server without sudo it complains about permissions on certain directories...
Thanks for your answer!