This forum is no longer active. Please post your questions to our new community site
commad window for ruby open just the first time !!!
|
|
after installing rubystack with vista ro xp has WAMP installed , the ruby command window open after closing the report.txt file …... i tried many times to start the stack from the batch or from the start menu …... but the command window just open and closed instantly ….......!!!! what can i do …..? |
|
|
Hi, To start the Apache and MySQL services you can use the RubyStack shortcut. Which is the exact command that you are typing? If you are trying to start the ruby sample application you should go to Rubyconsole and execute the following commands:
And the sample application should be running at http:://127.0.0.1:3000. Cheers |
|
|
i got this error :( |
|
|
Hi Ahmad, The problem if you start the server from inside ‘script’ path is that it will try to store logs in ‘script/log’ directory, which doesn’t exists. Instead of what Beltran proposed you should do:
|

