An open API service indexing awesome lists of open source software.

https://github.com/smartlogic/ignite

CMS used to power Ignite Baltimore, Ignite DC, Ignite Annapolis, and Ignite RailsConf
https://github.com/smartlogic/ignite

Last synced: over 1 year ago
JSON representation

CMS used to power Ignite Baltimore, Ignite DC, Ignite Annapolis, and Ignite RailsConf

Awesome Lists containing this project

README

          

== Install

= Geminstaller
geminstaller
geminstaller -c config/test/geminstaller.yml

= Databases
Set up development/database.yml and test/database.yml

rake db:create db:reset

= Setup a ignite city
Load up script/console
> require 'factory_girl'
> Dir['test/factories/*.rb'].each do |f| require f; end
> Factory(:ignite)

Edit the hosts file to use the created ignite's domain

== Tests
RAILS_ENV=test rake