Skip to content

A webapp that can be used as a notification system. Build to be used on a tablet at an entrance.

Notifications You must be signed in to change notification settings

moritzmair/touchbell

Repository files navigation

Touchbell

A webapp that can be used as a notification system. Build to be used on a tablet at an entrance.

Setup local enviroment

  • install rails and mysql
  • copy /config/database.example.yml to /config/database.yml and change credentials if necessary
  • bundle install
  • rails db:setup
  • rails server
  • visit http://localhost:3000

How to use

Register a User. A admin user needs to approve a newly added bell. The bell will appear on the start screen.

Bell trigger

The Touchbell only represents one side of a normal door bell. The place where someone can trigger the bell. To notify someone that should open the door a trigger url is used. Examples for services that could be used:

Contribute

  • Fork it ( http://github.com/moritzmair/touchbell/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

Found a bug?

About

A webapp that can be used as a notification system. Build to be used on a tablet at an entrance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published