PageRenderTime 46ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/README.md

https://gitlab.com/axil/gitlab-ee
Markdown | 63 lines | 53 code | 10 blank | 0 comment | 0 complexity | f6f8310a7a2190eb4716efd0fb7082c7 MD5 | raw file
Possible License(s): CC-BY-3.0
  1. # Documentation
  2. ## User documentation
  3. - [API](api/README.md) Automate GitLab via a simple and powerful API.
  4. - [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
  5. - [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
  6. - [Importing to GitLab](workflow/importing/README.md).
  7. - [Markdown](markdown/markdown.md) GitLab's advanced formatting system.
  8. - [Permissions](permissions/permissions.md) Learn what each role in a project (guest/reporter/developer/master/owner) can do.
  9. - [Profile Settings](profile/README.md)
  10. - [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.
  11. - [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
  12. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
  13. - [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
  14. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
  15. ## CI Documentation
  16. - [Quick Start](ci/quick_start/README.md)
  17. - [Configuring project (.gitlab-ci.yml)](ci/yaml/README.md)
  18. - [Configuring runner](ci/runners/README.md)
  19. - [Configuring deployment](ci/deployment/README.md)
  20. - [Using Docker Images](ci/docker/using_docker_images.md)
  21. - [Using Docker Build](ci/docker/using_docker_build.md)
  22. - [Using Variables](ci/variables/README.md)
  23. - [User permissions](ci/permissions/README.md)
  24. - [API](ci/api/README.md)
  25. ### CI Examples
  26. - [Test and deploy Ruby applications to Heroku](ci/examples/test-and-deploy-ruby-application-to-heroku.md)
  27. - [Test and deploy Python applications to Heroku](ci/examples/test-and-deploy-python-application-to-heroku.md)
  28. - [Test Clojure applications](ci/examples/test-clojure-application.md)
  29. - Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
  30. ## Administrator documentation
  31. - [Audit Events](administration/audit_events.md) Check how user access changed in projects and groups.
  32. - [Changing the appearance of the login page](customization/branded_login_page.md) Make the login page branded for your GitLab instance.
  33. - [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when web hooks aren't enough.
  34. - [Email](tools/email.md) Email GitLab users from GitLab
  35. - [Git Hooks](git_hooks/git_hooks.md) Advanced push rules for your project.
  36. - [Help message](customization/help_message.md) Set information about administrators of your GitLab instance.
  37. - [Install](install/README.md) Requirements, directory structures and installation from source.
  38. - [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
  39. - [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
  40. - [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
  41. - [Log system](logs/logs.md) Log system.
  42. - [Operations](operations/README.md) Keeping GitLab up and running
  43. - [Raketasks](raketasks/README.md) Backups, maintenance, automatic web hook setup and the importing of projects.
  44. - [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
  45. - [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
  46. - [Update](update/README.md) Update guides to upgrade your installation.
  47. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
  48. - [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails.
  49. - [Migrate GitLab CI to CE/EE](migrate_ci_to_ce/README.md) Follow this guide to migrate your existing GitLab CI data to GitLab CE/EE.
  50. ## Contributor documentation
  51. - [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
  52. - [Legal](legal/README.md) Contributor license agreements.
  53. - [Release](release/README.md) How to make the monthly and security releases.