Commit ba72bd1deeaeedc6f37c1374db933d837d7c5fef

Authored by dosire
1 parent 7611ce72

Add twitter documentation.

doc/README.md
... ... @@ -11,7 +11,7 @@
11 11 **Administrator documentation**
12 12  
13 13 + [Install](install/README.md) Requirements, directory structures and manual installation.
14   -+ [Integration](integration/external-issue-tracker.md) How to integrate JIRA and Redmine.
  14 ++ [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
15 15 + [Raketasks](raketasks/README.md) Explore what GitLab has in store for you to make administration easier.
16 16 + [System hooks](system_hooks/system_hooks.md) Let GitLab notify you when certain management tasks need to be carried out.
17 17 + [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
... ...
doc/integration/README.md 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 ++ [External issue tracker](external-issue-tracker.md)
  2 ++ [LDAP](ldap.md)
  3 ++ [Twitter](twitter.md)
... ...
doc/integration/twitter_app_api_keys.png 0 → 100644

70.5 KB

doc/integration/twitter_app_details.png 0 → 100644

104 KB

doc/integration/twitter_oauth.md 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +You can use Twitter to log into GitLab.
  2 +
  3 +Please configure this in gitlab.yml
  4 +
  5 +Below are screenshots how to setup your app on Twitter for this.
  6 +
  7 +![Application details](twitter_app_details.png)
  8 +![API Keys](twitter_app_api_keys.png)
  9 +
... ...