Displaying 1 result from an estimated 1 matches for "start_mysql".
2008 Oct 26
0
Running rails at bootup
...complex procedure described in the FAQ for starting up the
database server and web server on bootup. I have been using what
seems to me to be a simpler process. Is there any reason not to do
things as I describe in the following?<br>
<br>
create two files (start_mysql.bat and start_web.bat) and copy them to
your startup directory.<br>
The files look like this:<br>
<br>
[start_mysql.bat]<br>
PATH C:\InstantRails\mysql\bin;%PATH%<br>
mysqld<br>
<br>
[start_server.bat]<br>
CD C:\InstantRails\rails_apps\your_app<br&...