Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
05eb9e78
Commit
05eb9e78
authored
Nov 03, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting for Facebook integration doc
[ci skip]
parent
98dcad27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
doc/integration/facebook.md
doc/integration/facebook.md
+14
-13
No files found.
doc/integration/facebook.md
View file @
05eb9e78
...
@@ -19,7 +19,7 @@ something else descriptive.
...
@@ -19,7 +19,7 @@ something else descriptive.
1.
Enter the address of your GitLab installation at the bottom of the package
1.
Enter the address of your GitLab installation at the bottom of the package
!
[
Facebook Website URL
](
facebook_website_url.png
)
![Facebook Website URL](facebook_website_url.png)
1.
Choose "Next"
1.
Choose "Next"
...
@@ -28,6 +28,7 @@ something else descriptive.
...
@@ -28,6 +28,7 @@ something else descriptive.
1.
Choose "Settings" in the menu on the left
1.
Choose "Settings" in the menu on the left
1.
Fill in a contact email for your app
1.
Fill in a contact email for your app
![Facebook App Settings](facebook_app_settings.png)
![Facebook App Settings](facebook_app_settings.png)
1.
Choose "Save Changes"
1.
Choose "Save Changes"
...
@@ -51,15 +52,15 @@ something else descriptive.
...
@@ -51,15 +52,15 @@ something else descriptive.
For omnibus package:
For omnibus package:
```sh
```sh
sudo editor /etc/gitlab/gitlab.rb
sudo editor /etc/gitlab/gitlab.rb
```
```
For installations from source:
For installations from source:
```sh
```sh
cd /home/git/gitlab
cd /home/git/gitlab
sudo -u git -H editor config/gitlab.yml
sudo -u git -H editor config/gitlab.yml
```
```
1.
See
[
Initial OmniAuth Configuration
](
omniauth.md#initial-omniauth-configuration
)
for initial settings.
1.
See
[
Initial OmniAuth Configuration
](
omniauth.md#initial-omniauth-configuration
)
for initial settings.
...
@@ -69,20 +70,20 @@ something else descriptive.
...
@@ -69,20 +70,20 @@ something else descriptive.
For omnibus package:
For omnibus package:
```ruby
```ruby
gitlab_rails['omniauth_providers'] = [
gitlab_rails['omniauth_providers'] = [
{
{
"name" => "facebook",
"name" => "facebook",
"app_id" => "YOUR_APP_ID",
"app_id" => "YOUR_APP_ID",
"app_secret" => "YOUR_APP_SECRET"
"app_secret" => "YOUR_APP_SECRET"
}
}
]
]
```
```
For installations from source:
For installations from source:
```
```
- { name: 'facebook', app_id: 'YOUR_APP_ID',
- { name: 'facebook', app_id: 'YOUR_APP_ID',
app_secret: 'YOUR_APP_SECRET' }
app_secret: 'YOUR_APP_SECRET' }
```
```
1.
Change 'YOUR_APP_ID' to the API key from Facebook page in step 10.
1.
Change 'YOUR_APP_ID' to the API key from Facebook page in step 10.
...
...
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