Ceasar / Encyclopedia

Tool for keeping a hypermedia encyclopedia
MIT License
55 stars 7 forks source link

Adds requirements information #47

Closed LewisJEllis closed 10 years ago

LewisJEllis commented 10 years ago

It should cover everything a fresh install needs to get Encyclopedia running.

Gemfile changes: I ran into an odd SASS issue on 3.3.x which was fixed by using 3.2.x. None of the dependents of sass need > 3.2.x, so I just added the version specification.

I removed foreman from the Gemfile on this recommendation:

Ruby users should take care not to install foreman in their project's Gemfile.

Ceasar commented 10 years ago

Looks good! And I'm sure this will be very useful. Thank you!