A simple markdown-based blog & wiki system for team.
- Ruby 2.1.2
- Rails 4.1.0
$ git clone git@github.com:ZIGExN/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:3000in [Authorized Javascript origins]http://localhost:3000/users/auth/google_oauth2/callbackin [Authorized redirect URI]
- Get [Client ID] and [Client secret]
- Write your Client ID & Secret in config/settings/yml
- Input form
-
rendevousin [Project name] in Consent screen
$ cp config/database.yml.example config/database.yml
$ vim config/database.yml
$ cp config/settings.yml.example config/settings.yml
$ vim config/settings.yml
$ (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



