PageRenderTime 53ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/README.md

https://gitlab.com/mitio/gitlab-ce
Markdown | 61 lines | 49 code | 12 blank | 0 comment | 0 complexity | 80a411f479fa072fc36b2365a2f77d46 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. ### CI Examples
  24. + [Test and deploy Ruby applications to Heroku](ci/examples/test-and-deploy-ruby-application-to-heroku.md)
  25. + [Test and deploy Python applications to Heroku](ci/examples/test-and-deploy-python-application-to-heroku.md)
  26. + [Test Clojure applications](ci/examples/test-clojure-application.md)
  27. + Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
  28. ## Administrator documentation
  29. - [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when web hooks aren't enough.
  30. - [Install](install/README.md) Requirements, directory structures and installation from source.
  31. - [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
  32. - [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
  33. - [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
  34. - [Log system](logs/logs.md) Log system.
  35. - [Operations](operations/README.md) Keeping GitLab up and running
  36. - [Raketasks](raketasks/README.md) Backups, maintenance, automatic web hook setup and the importing of projects.
  37. - [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
  38. - [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
  39. - [Update](update/README.md) Update guides to upgrade your installation.
  40. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
  41. - [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails.
  42. - [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.
  43. ### Administrator documentation
  44. + [User permissions](permissions/permissions.md)
  45. + [API](api/README.md)
  46. ## Contributor documentation
  47. - [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
  48. - [Legal](legal/README.md) Contributor license agreements.
  49. - [Release](release/README.md) How to make the monthly and security releases.