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
- Host: GitHub
- URL: https://github.com/smartlogic/ignite
- Owner: smartlogic
- Created: 2010-03-16T22:48:16.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2011-05-06T15:19:35.000Z (about 15 years ago)
- Last Synced: 2025-03-07T02:39:49.601Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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