PageRenderTime 24ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/README.md

https://gitlab.com/daniel.hoffmann/gitlab-ee
Markdown | 94 lines | 80 code | 14 blank | 0 comment | 0 complexity | cd68642a74c136ede0a3d0113db464f4 MD5 | raw file
  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. - [Migrating from SVN](workflow/importing/migrating_from_svn.md) Convert a SVN repository to Git and GitLab
  9. - [Permissions](permissions/permissions.md) Learn what each role in a project (guest/reporter/developer/master/owner) can do.
  10. - [Profile Settings](profile/README.md)
  11. - [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.
  12. - [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
  13. - [Analytics](analytics/README.md)
  14. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
  15. - [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
  16. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
  17. - [GitLab Pages](pages/README.md) Using GitLab Pages.
  18. - [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.
  19. ## CI Documentation
  20. - [Quick Start](ci/quick_start/README.md)
  21. - [Enable or disable GitLab CI](ci/enable_or_disable_ci.md)
  22. - [Configuring project (.gitlab-ci.yml)](ci/yaml/README.md)
  23. - [Configuring runner](ci/runners/README.md)
  24. - [Configuring deployment](ci/deployment/README.md)
  25. - [Using Docker Images](ci/docker/using_docker_images.md)
  26. - [Using Docker Build](ci/docker/using_docker_build.md)
  27. - [Using Variables](ci/variables/README.md)
  28. - [Using SSH keys](ci/ssh_keys/README.md)
  29. - [User permissions](ci/permissions/README.md)
  30. - [API](ci/api/README.md)
  31. - [Triggering builds through the API](ci/triggers/README.md)
  32. - [Build artifacts](ci/build_artifacts/README.md)
  33. ### CI Languages
  34. - [Testing PHP](ci/languages/php.md)
  35. ### CI Services
  36. - [Using MySQL](ci/services/mysql.md)
  37. - [Using PostgreSQL](ci/services/postgres.md)
  38. - [Using Redis](ci/services/redis.md)
  39. - [Using Other Services](ci/docker/using_docker_images.md#how-to-use-other-images-as-services)
  40. ### CI Examples
  41. - [Test and deploy Ruby applications to Heroku](ci/examples/test-and-deploy-ruby-application-to-heroku.md)
  42. - [Test and deploy Python applications to Heroku](ci/examples/test-and-deploy-python-application-to-heroku.md)
  43. - [Test Clojure applications](ci/examples/test-clojure-application.md)
  44. - Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
  45. ## Administrator documentation
  46. - [Audit Events](administration/audit_events.md) Check how user access changed in projects and groups.
  47. - [Changing the appearance of the login page](customization/branded_login_page.md) Make the login page branded for your GitLab instance.
  48. - [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when web hooks aren't enough.
  49. - [Email](tools/email.md) Email GitLab users from GitLab
  50. - [Git Hooks](git_hooks/git_hooks.md) Advanced push rules for your project.
  51. - [Help message](customization/help_message.md) Set information about administrators of your GitLab instance.
  52. - [Install](install/README.md) Requirements, directory structures and installation from source.
  53. - [Restart GitLab](administration/restart_gitlab.md) Learn how to restart GitLab and its components
  54. - [Installing your license](license/README.md)
  55. - [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
  56. - [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
  57. - [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
  58. - [Log system](logs/logs.md) Log system.
  59. - [Environment Variables](administration/environment_variables.md) to configure GitLab.
  60. - [Operations](operations/README.md) Keeping GitLab up and running
  61. - [Raketasks](raketasks/README.md) Backups, maintenance, automatic web hook setup and the importing of projects.
  62. - [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
  63. - [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
  64. - [Update](update/README.md) Update guides to upgrade your installation.
  65. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
  66. - [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails.
  67. - [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.
  68. - [Downgrade back to CE](downgrade_ee_to_ce/README.md) Follow this guide if you need to downgrade from EE to CE.
  69. - [git-annex configuration](workflow/git_annex.md#configuration)
  70. - [Git LFS configuration](workflow/lfs/lfs_administration.md)
  71. - [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast.
  72. - [GitLab Pages configuration](pages/administration.md)
  73. - [Elasticsearch](integration/elasticsearch.md) Enable Elasticsearch
  74. - [GitLab Performance Monitoring](monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
  75. ## Contributor documentation
  76. - [Documentation styleguide](development/doc_styleguide.md) Use this styleguide if you are
  77. contributing to documentation.
  78. - [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
  79. - [Legal](legal/README.md) Contributor license agreements.
  80. - [Release](release/README.md) How to make the monthly and security releases.