Skip to content
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.

hedgeyedev/dashemon

Repository files navigation

Getting Started

Database

  1. Create a MySQL database named: dashemon (or whatever you like)

  2. Create a database.yml file in config/ with the following

    development:
      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)

  3. run the configure.sh script.

    ./configure.sh

    It will run bundle install, setup devise, and run the migrations.

Credentials

  1. admin: [email protected]
  2. user: [email protected]

the password for both accounts is password

some totally fun things to do for the next person:

  1. Finish Readme
  2. figure out how to update the dashboard#show view in realtime (or, probably more practical, an AJAX request every minute or something)
  3. make it not look like a four year old duct taped css together at the last minute
  4. style the airbrake and new relic logs.
  5. port the html to haml

About

A dashboard to make dashboards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •