GithubHelp home page GithubHelp logo

alarmclock's Introduction

Alarm Clock

This is a simple web application to help my wife and I get up in the morning.

TODO

  • Figure out a nice way to figure out what alarms

Installing and Running

  1. Clone this repository
  2. gem install bundler
  3. bundler install
    • If there is a gem that isn't installing, you may be missing a package or two. Consult the log files to figure out what those packages are and troubleshoot accordingly.
  4. Modify alarm_config.yml according to your database adapter, schema name, username and password
    • This repository comes with the data mapper mysql adapter. You may need to modify the config.ru file to require the proper adapter gem. Consult this page for help getting the proper adapter put together.
  5. Test everything out by the command rackup config.ru
    • This command will let you know if there is an issue with your database. Check your DB, your config file and then run it again to ensure that it is working properly.
  6. Deploy whichever way you would like.

How can I help out?

If you have found a bug, please submit an issue via GitHub with very clear and precise instructions on reproducing the bug. I'll look into it as soon as I can.

If there is an issue you can fix, or you would like to add some test cases, or something you would want to add to the application, feel free to throw that together too. Simply do the following:

  1. Fork the repo
  2. Make your changes
  3. Add test cases to the spec file
  4. Add test cases to the spec file
  5. Submit a pull request

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.