Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
9a63a132
Commit
9a63a132
authored
Jan 21, 2014
by
tady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix readme
parent
1dad113f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
README.md
+7
-8
No files found.
README.md
View file @
9a63a132
rendezvous
rendezvous
==========
==========
[

](https://travis-ci.org/tadyjp/rendezvous)
[

](https://travis-ci.org/tadyjp/rendezvous)
...
@@ -17,7 +16,7 @@ A simple markdown-based wiki system for team.
...
@@ -17,7 +16,7 @@ A simple markdown-based wiki system for team.
# How to install and use.
# How to install and use.
Get code and install gems.
##
Get code and install gems.
```
```
$ git clone git@github.com:tadyjp/rendezvous.git
$ git clone git@github.com:tadyjp/rendezvous.git
...
@@ -25,7 +24,7 @@ $ cd rendezvous
...
@@ -25,7 +24,7 @@ $ cd rendezvous
$ bundle install
$ bundle install
```
```
Get Google API Key.
##
Get Google API Key.
Register application on https://code.google.com/apis/console,
Register application on https://code.google.com/apis/console,
and get
and get
...
@@ -33,14 +32,13 @@ and get
...
@@ -33,14 +32,13 @@ and get
1.
Access https://code.google.com/apis/console
1.
Access https://code.google.com/apis/console
2.
Create New Project
2.
Create New Project
3.
Create Client ID (
[
APIs & auth
]
>
[
Credentials
]
>
[
CREATE NEW CLIENT ID
]
)
3.
Create Client ID (
[
APIs & auth
]
>
[
Credentials
]
>
[
CREATE NEW CLIENT ID
]
)
4.
Enter
4.
Input form
-
`http://localhost:3000`
in
[
Authorized Javascript origins
]
-
`http://localhost:3000`
in
[
Authorized Javascript origins
]
-
`http://localhost:3000/users/auth/google_oauth2/callback`
in
[
Authorized redirect URI
]
-
`http://localhost:3000/users/auth/google_oauth2/callback`
in
[
Authorized redirect URI
]
and save
5.
Get
[
Client ID
]
and
[
Client secret
]
5.
Get
[
Client ID
]
and
[
Client secret
]
Create your .env file.
##
Create your .env file.
```
```
$ cp .env.example .env
$ cp .env.example .env
...
@@ -49,14 +47,15 @@ $ vim .env
...
@@ -49,14 +47,15 @@ $ vim .env
Set Google API
[
Client ID
]
and
[
Client secret
]
in
`.env`
Set Google API
[
Client ID
]
and
[
Client secret
]
in
`.env`
Setup DB (Default: mysql).
## Setup DB (Default: mysql).
```
```
$ (bundle exec) rake db:migrate
$ (bundle exec) rake db:migrate
$ (bundle exec) rake db:seed
$ (bundle exec) rake db:seed
```
```
Set ENV before start server.
##
Set ENV before start server.
```
```
$ source .env
$ source .env
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment