Skip to content

esse/remote_notifier_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote_notifier_server

How to deploy?

You will need:

  • ruby 1.9.3

  • bundler

  • redis (to use resque mailer)

  • database

What you will need to do?

  • clone repo

  • setup access to your email

  • setup database in database.yml

  • register user

  • add client

  • add gem to client application (look into documentation of gem how to do it)

  • profit!