From cc284f4ad585caa46abdf8063771e046f242ca74 Mon Sep 17 00:00:00 2001 From: bsag Date: Sat, 16 Jul 2011 08:11:10 -0700 Subject: [PATCH] Created Windows 7 64 bit (textile) --- Windows-7-64-bit.textile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Windows-7-64-bit.textile diff --git a/Windows-7-64-bit.textile b/Windows-7-64-bit.textile new file mode 100644 index 0000000..556748d --- /dev/null +++ b/Windows-7-64-bit.textile @@ -0,0 +1,27 @@ +h1. Windows 7 64 bit + +h2. Download the necessary files + +1. Download the tracks from here Tracks zipped package . +2. Download ruby 1.8.7 here rubyInstaller1.8.7 and install +3. Download rubygems-1.3.5 here rubygems-1.3.5 and install (@ruby setup.rb@) +4. Download MySQL 5.0 64bit here mysql 5.0 64 bit and install + +h2. Install Ruby Mysql + +1. Download sql-2.7.3-mswin32.gem 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 libmySQL.dll 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 Editplus or Notepad++ for editing the files using the instructions below + +Installation Instructions are Here + +*** These instructions are currently (06/2011) outdated and the installation fails ! *** +Use the BitNami installer Here, having previously installed a BitNami Ruby stack. ***