-
Notifications
You must be signed in to change notification settings - Fork 409
Window Installation
Following are the steps to install ror_ecommerce on windows 7 32 bits:
The following steps were required to get things done on windows 7
- Install 7-zip
- Install Ruby
- Install Rails
- Install mingdev Devkit-tdm-32
- Install memcached
- Install Solr
- Install mysql
- Install mysql connector
- git ror-ecommerce
Following links have detailed information to achieve all of the above steps:
http://www.haslo.ch/blog/actually-installing-ruby-on-rails-on-windows-7/
http://www.rubyinstaller.org to install windows ruby and DevKit-tdm-32
memcached installation http://www.codeforest.net/how-to-install-memcached-on-windows-machine memcached for windows.
solr installation http://lucene.apache.org/solr/
mysql installation: http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/
http://dev.mysql.com/downloads/mysql http://dev.mysql.com/downloads/connector/c/
git mysql2
This wiki page will be updated with further information at a later date.