Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

codefirst/keima

Repository files navigation

Keima

Deploy

wercker status

OVERVIEW

A simple, open, realtime notification service.

REQUIREMENT

  • node.js 0.8.4
  • npm 1.1.48
  • MongoDB
  • Redis

INSTALL DEPENDENCIES

$ npm install

RUN

$ node server.js

Or, you need auto-reload:

$ npm install supervisor -g
$ supervisor server.js

RUN ON HEROKU

Keima works on Heroku

$ git clone git@github.com:codefirst/keima.git
$ cd keima
$ heroku create YOUR_APP_NAME
$ git push heroku master
$ heroku addons:add mongohq:sandbox
$ heroku addons:add redistogo:nano
$ heroku config:set NODE_ENV=production
$ heroku config:set TWITTER_CALLBACK=https://YOUR_APP_NAME.herokuapp.com/auth/twitter_callback
$ heroku ps:scale web=1

About

A simple, open, realtime notification service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

AltStyle によって変換されたページ (->オリジナル) /