-
Create a MySQL database named:
dashemon
(or whatever you like) -
Create a
database.yml
file in config/ with the followingdevelopment: adapter: mysql2 database: dashemon username: root password: socket: /tmp/mysql.sock # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. # Do not set this db to the same as development or production. test: &TEST adapter: mysql2 database: dashemon_test username: root password: socket: /tmp/mysql.sock cucumber: <<: *TEST re_test: <<: *TEST
(replace the credentials to match your credentials)
-
run the configure.sh script.
./configure.sh
It will run bundle install, setup devise, and run the migrations.
- admin: [email protected]
- user: [email protected]
the password for both accounts is password
- Finish Readme
- figure out how to update the dashboard#show view in realtime (or, probably more practical, an AJAX request every minute or something)
- make it not look like a four year old duct taped css together at the last minute
- style the airbrake and new relic logs.
- port the html to haml