PageRenderTime 31ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/README.md

https://gitlab.com/smuthusamy.fivedtech/gitlab-ee
Markdown | 79 lines | 73 code | 6 blank | 0 comment | 0 complexity | 2b11aef2727854febbbf5256fd4c7f7b MD5 | raw file
  1. # Documentation
  2. ## User documentation
  3. - [Account Security](user/account/security.md) Securing your account via two-factor authentication, etc.
  4. - [API](api/README.md) Automate GitLab via a simple and powerful API.
  5. - [CI/CD](ci/README.md) GitLab Continuous Integration (CI) and Continuous Delivery (CD) getting started, `.gitlab-ci.yml` options, and examples.
  6. - [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.
  7. - [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
  8. - [Container Registry](user/project/container_registry.md) Learn how to use GitLab Container Registry.
  9. - [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
  10. - [GitLab Pages](pages/README.md) Using GitLab Pages.
  11. - [Importing to GitLab](workflow/importing/README.md).
  12. - [Importing and exporting projects between instances](user/project/settings/import_export.md).
  13. - [Koding](user/project/koding.md) Learn how to use Koding, the online IDE.
  14. - [Markdown](user/markdown.md) GitLab's advanced formatting system.
  15. - [Migrating from SVN](workflow/importing/migrating_from_svn.md) Convert a SVN repository to Git and GitLab.
  16. - [Permissions](user/permissions.md) Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.
  17. - [Profile Settings](profile/README.md)
  18. - [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.
  19. - [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
  20. - [Analytics](analytics/README.md)
  21. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
  22. - [Webhooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
  23. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
  24. - [University](university/README.md) Learn Git and GitLab through videos and courses.
  25. - [Git Attributes](user/project/git_attributes.md) Managing Git attributes using a `.gitattributes` file.
  26. ## Administrator documentation
  27. - [Upload your GitLab License](user/admin_area/license.md) Upload the license you purchased for GitLab Enterprise Edition to unlock its features.
  28. - [Audit Events](administration/audit_events.md) Check how user access changed in projects and groups.
  29. - [Access restrictions](user/admin_area/settings/visibility_and_access_controls.md#enabled-git-access-protocols) Define which Git access protocols can be used to talk to GitLab
  30. - [Authentication/Authorization](administration/auth/README.md) Configure
  31. external authentication with LDAP, SAML, CAS and additional Omniauth providers.
  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](administration/custom_hooks.md) Custom git hooks (on the filesystem) for when webhooks aren't enough.
  34. - [Email](tools/email.md) Email GitLab users from GitLab
  35. - [Push Rules](push_rules/push_rules.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. - [Restart GitLab](administration/restart_gitlab.md) Learn how to restart GitLab and its components.
  40. - [Issue closing pattern](administration/issue_closing_pattern.md) Customize how to close an issue from commit messages.
  41. - [Koding](administration/integration/koding.md) Set up Koding to use with GitLab.
  42. - [Libravatar](customization/libravatar.md) Use Libravatar instead of Gravatar for user avatars.
  43. - [Log system](administration/logs.md) Log system.
  44. - [Environment Variables](administration/environment_variables.md) to configure GitLab.
  45. - [Operations](administration/operations.md) Keeping GitLab up and running.
  46. - [Raketasks](raketasks/README.md) Backups, maintenance, automatic webhook setup and the importing of projects.
  47. - [Repository checks](administration/repository_checks.md) Periodic Git repository checks.
  48. - [Repository storages](administration/repository_storages.md) Manage the paths used to store repositories.
  49. - [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
  50. - [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
  51. - [Update](update/README.md) Update guides to upgrade your installation.
  52. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
  53. - [Reply by email](administration/reply_by_email.md) Allow users to comment on issues and merge requests by replying to notification emails.
  54. - [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.
  55. - [Downgrade back to CE](downgrade_ee_to_ce/README.md) Follow this guide if you need to downgrade from EE to CE.
  56. - [git-annex configuration](workflow/git_annex.md#configuration)
  57. - [Git LFS configuration](workflow/lfs/lfs_administration.md)
  58. - [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast.
  59. - [GitLab Pages configuration](pages/administration.md) Configure GitLab Pages.
  60. - [Elasticsearch](integration/elasticsearch.md) Enable Elasticsearch.
  61. - [GitLab GEO](gitlab-geo/README.md) Configure GitLab GEO, a secondary read-only GitLab instance.
  62. - [GitLab Performance Monitoring](administration/monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics.
  63. - [Request Profiling](administration/monitoring/performance/request_profiling.md) Get a detailed profile on slow requests.
  64. - [Monitoring uptime](user/admin_area/monitoring/health_check.md) Check the server status using the health check endpoint.
  65. - [Debugging Tips](administration/troubleshooting/debug.md) Tips to debug problems when things go wrong
  66. - [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs.
  67. - [High Availability](administration/high_availability/README.md) Configure multiple servers for scaling or high availability.
  68. - [Container Registry](administration/container_registry.md) Configure Docker Registry with GitLab.
  69. - [Multiple mountpoints for the repositories storage](administration/repository_storages.md) Define multiple repository storage paths to distribute the storage load.
  70. - [Repository restrictions](user/admin_area/settings/account_and_limit_settings.md#repository-size-limit) Define size restrictions for your repositories to limit the space they occupy in your storage device. Includes LFS objects.
  71. ## Contributor documentation
  72. - [Development](development/README.md) All styleguides and explanations how to contribute.
  73. - [Legal](legal/README.md) Contributor license agreements.