PageRenderTime 21ms CodeModel.GetById 29ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/README.md

https://gitlab.com/nlowe/gitlab-ce
Markdown | 74 lines | 60 code | 14 blank | 0 comment | 0 complexity | 42d01107663e92d34d9bce3b13191a3c 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](migration/README.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. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
  14. - [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
  15. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
  16. ## CI Documentation
  17. - [Quick Start](ci/quick_start/README.md)
  18. - [Configuring project (.gitlab-ci.yml)](ci/yaml/README.md)
  19. - [Configuring runner](ci/runners/README.md)
  20. - [Configuring deployment](ci/deployment/README.md)
  21. - [Using Docker Images](ci/docker/using_docker_images.md)
  22. - [Using Docker Build](ci/docker/using_docker_build.md)
  23. - [Using Variables](ci/variables/README.md)
  24. - [Using SSH keys](ci/ssh_keys/README.md)
  25. - [User permissions](ci/permissions/README.md)
  26. - [API](ci/api/README.md)
  27. - [Triggering builds through the API](ci/triggers/README.md)
  28. ### CI Languages
  29. - [Testing PHP](ci/languages/php.md)
  30. ### CI Services
  31. - [Using MySQL](ci/services/mysql.md)
  32. - [Using PostgreSQL](ci/services/postgres.md)
  33. - [Using Redis](ci/services/redis.md)
  34. - [Using Other Services](ci/docker/using_docker_images.md#how-to-use-other-images-as-services)
  35. ### CI Examples
  36. - [Test and deploy Ruby applications to Heroku](ci/examples/test-and-deploy-ruby-application-to-heroku.md)
  37. - [Test and deploy Python applications to Heroku](ci/examples/test-and-deploy-python-application-to-heroku.md)
  38. - [Test Clojure applications](ci/examples/test-clojure-application.md)
  39. - Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
  40. ## Administrator documentation
  41. - [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when web hooks aren't enough.
  42. - [Install](install/README.md) Requirements, directory structures and installation from source.
  43. - [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
  44. - [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
  45. - [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
  46. - [Log system](logs/logs.md) Log system.
  47. - [Environmental Variables](administration/environmental_variables.md) to configure GitLab.
  48. - [Operations](operations/README.md) Keeping GitLab up and running
  49. - [Raketasks](raketasks/README.md) Backups, maintenance, automatic web hook setup and the importing of projects.
  50. - [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
  51. - [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
  52. - [Update](update/README.md) Update guides to upgrade your installation.
  53. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
  54. - [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails.
  55. - [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.
  56. - [Git LFS configuration](workflow/lfs/lfs_administration.md)
  57. ## Contributor documentation
  58. - [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
  59. - [Legal](legal/README.md) Contributor license agreements.
  60. - [Release](release/README.md) How to make the monthly and security releases.