PageRenderTime 25ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/README.md

https://gitlab.com/mkobel/gitlab-ee
Markdown | 73 lines | 67 code | 6 blank | 0 comment | 0 complexity | 340baeefd9bd0943ced5b737be0da46a MD5 | raw file
  1. # Documentation
  2. ## User documentation
  3. - [API](api/README.md) Automate GitLab via a simple and powerful API.
  4. - [CI/CD](ci/README.md) GitLab Continuous Integration (CI) and Continuous Delivery (CD) getting started, `.gitlab-ci.yml` options, and examples.
  5. - [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
  6. - [Container Registry](container_registry/README.md) Learn how to use GitLab Container Registry.
  7. - [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
  8. - [Importing to GitLab](workflow/importing/README.md).
  9. - [Importing and exporting projects between instances](user/project/settings/import_export.md).
  10. - [Markdown](markdown/markdown.md) GitLab's advanced formatting system.
  11. - [Migrating from SVN](workflow/importing/migrating_from_svn.md) Convert a SVN repository to Git and GitLab.
  12. - [Permissions](permissions/permissions.md) Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.
  13. - [Profile Settings](profile/README.md)
  14. - [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.
  15. - [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
  16. - [Analytics](analytics/README.md)
  17. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
  18. - [Webhooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
  19. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
  20. - [GitLab Pages](pages/README.md) Using GitLab Pages.
  21. - [Custom templates for issues and merge requests](customization/issue_and_merge_request_template.md) Pre-fill the description of issues and merge requests to your liking.
  22. ## Administrator documentation
  23. - [Audit Events](administration/audit_events.md) Check how user access changed in projects and groups.
  24. - [Access restrictions](administration/access_restrictions.md) Define which Git access protocols can be used to talk to GitLab
  25. - [Authentication/Authorization](administration/auth/README.md) Configure
  26. external authentication with LDAP, SAML, CAS and additional Omniauth providers.
  27. - [Changing the appearance of the login page](customization/branded_login_page.md) Make the login page branded for your GitLab instance.
  28. - [Custom git hooks](administration/custom_hooks.md) Custom git hooks (on the filesystem) for when webhooks aren't enough.
  29. - [Email](tools/email.md) Email GitLab users from GitLab
  30. - [Push Rules](push_rules/push_rules.md) Advanced push rules for your project.
  31. - [Help message](customization/help_message.md) Set information about administrators of your GitLab instance.
  32. - [Install](install/README.md) Requirements, directory structures and installation from source.
  33. - [Installing your license](license/README.md)
  34. - [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
  35. - [Restart GitLab](administration/restart_gitlab.md) Learn how to restart GitLab and its components.
  36. - [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
  37. - [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
  38. - [Log system](administration/logs.md) Log system.
  39. - [Environment Variables](administration/environment_variables.md) to configure GitLab.
  40. - [Operations](operations/README.md) Keeping GitLab up and running.
  41. - [Raketasks](raketasks/README.md) Backups, maintenance, automatic webhook setup and the importing of projects.
  42. - [Repository checks](administration/repository_checks.md) Periodic Git repository checks.
  43. - [Repository storages](administration/repository_storages.md) Manage the paths used to store repositories.
  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. - [Downgrade back to CE](downgrade_ee_to_ce/README.md) Follow this guide if you need to downgrade from EE to CE.
  51. - [git-annex configuration](workflow/git_annex.md#configuration)
  52. - [Git LFS configuration](workflow/lfs/lfs_administration.md)
  53. - [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast.
  54. - [GitLab Pages configuration](pages/administration.md) Configure GitLab Pages.
  55. - [Elasticsearch](integration/elasticsearch.md) Enable Elasticsearch.
  56. - [GitLab GEO](gitlab-geo/README.md) Configure GitLab GEO, a secondary read-only GitLab instance.
  57. - [GitLab Performance Monitoring](monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics.
  58. - [Monitoring uptime](monitoring/health_check.md) Check the server status using the health check endpoint.
  59. - [Debugging Tips](administration/troubleshooting/debug.md) Tips to debug problems when things go wrong
  60. - [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs.
  61. - [High Availability](administration/high_availability/README.md) Configure multiple servers for scaling or high availability.
  62. - [Container Registry](administration/container_registry.md) Configure Docker Registry with GitLab.
  63. ## Contributor documentation
  64. - [Documentation styleguide](development/doc_styleguide.md) Use this styleguide if you are
  65. contributing to documentation.
  66. - [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
  67. - [Legal](legal/README.md) Contributor license agreements.