2015-08-25 21:42:46 -04:00
|
|
|
## GitLab CI Documentation
|
|
|
|
|
|
|
|
### User documentation
|
|
|
|
|
2015-12-21 08:53:08 -05:00
|
|
|
* [Quick Start](quick_start/README.md)
|
2016-01-06 14:05:22 -05:00
|
|
|
* [Enable or disable GitLab CI](enable_or_disable_ci.md)
|
2015-12-21 08:53:08 -05:00
|
|
|
* [Configuring project (.gitlab-ci.yml)](yaml/README.md)
|
|
|
|
* [Configuring runner](runners/README.md)
|
|
|
|
* [Configuring deployment](deployment/README.md)
|
|
|
|
* [Using Docker Images](docker/using_docker_images.md)
|
|
|
|
* [Using Docker Build](docker/using_docker_build.md)
|
|
|
|
* [Using Variables](variables/README.md)
|
|
|
|
* [Using SSH keys](ssh_keys/README.md)
|
|
|
|
* [Triggering builds through the API](triggers/README.md)
|
2016-01-21 11:27:23 -05:00
|
|
|
* [Build artifacts](build_artifacts/README.md)
|
2015-11-25 08:41:14 -05:00
|
|
|
|
|
|
|
### Languages
|
|
|
|
|
2015-12-21 08:53:08 -05:00
|
|
|
* [Testing PHP](languages/php.md)
|
2015-11-25 08:41:14 -05:00
|
|
|
|
|
|
|
### Services
|
|
|
|
|
2015-12-21 08:53:08 -05:00
|
|
|
* [Using MySQL](services/mysql.md)
|
|
|
|
* [Using PostgreSQL](services/postgres.md)
|
|
|
|
* [Using Redis](services/redis.md)
|
|
|
|
* [Using Other Services](docker/using_docker_images.md#how-to-use-other-images-as-services)
|
2015-08-25 21:42:46 -04:00
|
|
|
|
|
|
|
### Examples
|
|
|
|
|
2015-12-05 17:24:56 -05:00
|
|
|
+ [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml)
|
2015-08-25 21:42:46 -04:00
|
|
|
+ [Test and deploy Ruby applications to Heroku](examples/test-and-deploy-ruby-application-to-heroku.md)
|
|
|
|
+ [Test and deploy Python applications to Heroku](examples/test-and-deploy-python-application-to-heroku.md)
|
|
|
|
+ [Test Clojure applications](examples/test-clojure-application.md)
|
|
|
|
+ Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
|
|
|
|
|
|
|
|
### Administrator documentation
|
|
|
|
|
2015-12-21 08:53:08 -05:00
|
|
|
* [User permissions](permissions/README.md)
|
|
|
|
* [API](api/README.md)
|