Created Windows 7 64 bit (textile)

bsag 2011-07-16 08:11:10 -07:00
parent 2f7ca81c31
commit cc284f4ad5

27
Windows-7-64-bit.textile Normal file

@ -0,0 +1,27 @@
h1. Windows 7 64 bit
h2. Download the necessary files
1. Download the tracks from here <a href="http://www.getontracks.org/downloads/index">Tracks zipped package</a> .
2. Download ruby 1.8.7 here <a href="http://rubyforge.org/frs/download.php/71492/rubyinstaller-1.8.7-p299.exe"> rubyInstaller1.8.7</a> and install
3. Download rubygems-1.3.5 here <a href="http://rubyforge.org/frs/download.php/60719/rubygems-1.3.5.zip">rubygems-1.3.5</a> and install (@ruby setup.rb@)
4. Download MySQL 5.0 64bit here <a href="http://downloads.mysql.com/archives/mysql-5.0/mysql-essential-5.0.91-winx64.msi">mysql 5.0 64 bit</a> and install
h2. Install Ruby Mysql
1. Download <a href="http://gems.rubyforge.org/gems/mysql-2.7.3-mswin32.gem">sql-2.7.3-mswin32.gem</a> and issue the shell command: @gem install mysql-2.7.3-mswin32.gem --no-rdoc@
2. Shutdown Mysql if is running
3. Copy instantRails libmySQL.dl here <a href="http://instantrails.rubyforge.org/svn/trunk/InstantRails-win/InstantRails/mysql/bin/libmySQL.dll">libmySQL.dll</a> Copy into your mysql bin directory where your MySQL 5.0 is installed, not the ruby directory
4. Restart MySQL
h2. Install rake gem
1. In a command prompt type: @rake gem install rake@
Follow the instructions given for Installation given here you can skip
the requirements page.Make sure you use <a href="http://www.editplus.com/">Editplus</a> or <a href="http://notepad-plus-plus.org/download">Notepad++ </a> for editing the files using the instructions below
Installation Instructions are <a href="http://www.getontracks.org/doc/chapter/2-installation.html">Here</a>
*** These instructions are currently (06/2011) outdated and the installation fails ! ***
Use the BitNami installer <a >Here</a>, having previously installed a BitNami Ruby stack. ***