My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Note: If you prefer to use Git Hub, the EngineY source code is also available on Git Hub here.

If you just want to download a copy of the source rather than pull from SVN or Git, you should use the Git Hub download here

EngineY is a social networking framework written in Ruby on Rails. Visit our website at http://www.enginey.com for more information about EngineY.

To see an example of a running instance of EngineY, visit the Michigan Ruby Community at http://www.rubymi.org

Getting the Code

To download a copy of the source rather than pull from SVN or Git, you should use the Git Hub download here. However, if you want the latest EngineY code, you should get it directly from SVN or Git. You can find details for pulling the code from SVN on the Source tab above.

If you prefer to use Git Hub, the EngineY source code is also available on Git Hub here.

Installation

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

After installing Rails and the required gems (rmagick, mysql), you should get the EngineY source code either as a Zip download or from SVN.

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

Getting Help/Support

Any questions that you have about using EngineY or developing with EngineY should be posted to the EngineY Google Group mailing list. You can get to that via a link on the right.

Powered by Google Project Hosting