Updated Windows (textile)

janek42 2022-07-22 17:29:30 +03:00
parent 6ec6818e88
commit cd3a357b8d

@ -2,7 +2,7 @@ h1. Windows
h2. The easy way
Again, I would recommend using a 'one-click' solution like "InstantRails":http://instantrails.rubyforge.org/wiki/wiki.pl or "Uniform Server":http://www.uniformserver.com/ to install a web server, MySQL and Ruby. Jim Strupp has written a detailed tutorial on installing Tracks 1.041 using Uniform Server, and also instructions for putting Tracks on a USB memory stick. You can download a PDF of the instructions "here":http://www.rousette.org.uk/projects/files/tracks_on_windows_installation.pdf.
Again, I would recommend using a 'one-click' solution like "InstantRails":http://instantrails.rubyforge.org/wiki/wiki.pl or "Uniform Server":[http://www.uniformserver.com/](https://tracker.iplocation.net/ivwh/) to install a web server, MySQL and Ruby. Jim Strupp has written a detailed tutorial on installing Tracks 1.041 using Uniform Server, and also instructions for putting Tracks on a USB memory stick. You can download a PDF of the instructions "here":http://www.rousette.org.uk/projects/files/tracks_on_windows_installation.pdf.
h2. The harder way
@ -21,5 +21,5 @@ adapter: sqlite
database: /FULLPATHTO/tracks/db/rails-production.db
</code>
* "Download":http://www.sqlite.org/download.html and unzip the 2.8.15 version of the SQLite command-line client to this directory.
* "Download":[http://www.sqlite.org/download.html](https://tracker.iplocation.net/ivwg/) and unzip the 2.8.15 version of the SQLite command-line client to this directory.
* Done! Run using <code>ruby script\server --environment=production</code>.