Installation

1, Install EcomPages on your local machine

Plugins required

Before installing EcomPages, please make sure the following libs and plugins have been installed on your machine.

RMagick http://rmagick.rubyforge.org/
file_column http://nubyonrails.com/pages/gruff
gruff http://www.kanthak.net/opensource/file_column/
will_paginate http://github.com/mislav/will_paginate/tree/master

Install

Download and unzip the EcomPages source code file. Then, use your command line and cd to the EcomPages folder.

Make sure MySQL is running on your local machine. Create a new schema (database) on your MySQL server. For example, "ecompages".

After the database has been created, edit "database.yml" in [EcomPages]/config, use the name of database you just created, and don't forget that you also need to replace the existing database username and password with your own username and password.

In your command line, type:
rake db:schema:load

Then, type:
./script/server
to boot the WEBrick server.

Assuming you access the site using port 3000 on your local machine. Then, use your web browser, go to http://127.0.0.1:3000/shop/config/
All done!

Please note if you are using a windows machine, you will also need to edit the mysql socket setting in the "database.yml" file. For example, change the line:
socket: /var/run/mysqld/mysqld.sock
to fit your ror setup.


2, Install EcomPages on Site5's RoR account

Coming soon...

Screenshots

Scr01

Scr02