A simple markdown-based blog & wiki system for team.
- Ruby 2.1.4
$ git clone git@github.com:tadyjp/rendezvous.git
$ cd rendezvous
$ bundle install
Register application on https://code.google.com/apis/console, and get
- Access https://code.google.com/apis/console
- Create New Project
- Create Client ID ([APIs & auth] > [Credentials] > [CREATE NEW CLIENT ID])
- Input form
http://localhost:3000
in [Authorized Javascript origins]http://localhost:3000/users/auth/google_oauth2/callback
in [Authorized redirect URI]
- Get [Client ID] and [Client secret]
- Write your Client ID & Secret in config/settings/yml
- Input form
-
rendevous
in [Project name] in Consent screen
$ (bundle exec) rake db:migrate
$ (bundle exec) rake db:seed
And have fun with your team !
brew install imagemagick ghostscript
Rendezvous uses travis-ci for test.
To speet up bundle install
in travis-ci, Rendezvous use AWS S3 backet for storing gems.
see also: http://randomerrata.com/post/45827813818/travis-s3