Skip to content

Installing and Running Enginey

timothyf edited this page Nov 17, 2010 · 5 revisions

##Installing EngineY EngineY requires the rmagick gem. To correctly install that gem along with the correct version of Imagemagick for your platform see this FAQ: http://rmagick.rubyforge.org/install-faq.html

Edit the config/database.yml file to configure a local database for use with EngineY.

Run the following three commands in order:

rake db:create:all
rake db:migrate
rake enginey:db:ruby_mi_populate

This will create the database with the correct schema and populate it with data for a sample site. This will allow you to run the application and have a look around. You will be able to login with the following id and password:
User ID: admin
Password: admin