Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
fc8894b6
Commit
fc8894b6
authored
Mar 18, 2016
by
Achilleas Pipinellis
Committed by
Rémy Coutable
Mar 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'ci-duplication' into 'master'
Remove CI duplication. See merge request !3290
parent
7e1ccb5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
36 deletions
+1
-36
doc/README.md
doc/README.md
+1
-36
No files found.
doc/README.md
View file @
fc8894b6
...
...
@@ -3,6 +3,7 @@
## User documentation
-
[
API
](
api/README.md
)
Automate GitLab via a simple and powerful API.
-
[
CI
](
ci/README.md
)
-
[
GitLab as OAuth2 authentication service provider
](
integration/oauth_provider.md
)
. It allows you to login to other applications from GitLab.
-
[
GitLab Basics
](
gitlab-basics/README.md
)
Find step by step how to start working on your commandline and on GitLab.
-
[
Importing to GitLab
](
workflow/importing/README.md
)
.
...
...
@@ -16,42 +17,6 @@
-
[
Webhooks
](
web_hooks/web_hooks.md
)
Let GitLab notify you when new code has been pushed to your project.
-
[
Workflow
](
workflow/README.md
)
Using GitLab functionality and importing projects from GitHub and SVN.
## CI User documentation
-
[
Get started with GitLab CI
](
ci/quick_start/README.md
)
-
[
Learn how to enable or disable GitLab CI
](
ci/enable_or_disable_ci.md
)
-
[
Learn how `.gitlab-ci.yml` works
](
ci/yaml/README.md
)
-
[
Configure a Runner, the application that runs your builds
](
ci/runners/README.md
)
-
[
Use Docker images with GitLab Runner
](
ci/docker/using_docker_images.md
)
-
[
Use CI to build Docker images
](
ci/docker/using_docker_build.md
)
-
[
Use variables in your `.gitlab-ci.yml`
](
ci/variables/README.md
)
-
[
Use SSH keys in your build environment
](
ci/ssh_keys/README.md
)
-
[
Trigger builds through the API
](
ci/triggers/README.md
)
-
[
Build artifacts
](
ci/build_artifacts/README.md
)
-
[
User permissions
](
ci/permissions/README.md
)
-
[
API
](
ci/api/README.md
)
### CI Examples
-
[
The .gitlab-ci.yml file for GitLab itself
](
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml
)
-
[
Test your PHP applications
](
ci/examples/php.md
)
-
[
Test and deploy Ruby applications to Heroku
](
ci/examples/test-and-deploy-ruby-application-to-heroku.md
)
-
[
Test and deploy Python applications to Heroku
](
ci/examples/test-and-deploy-python-application-to-heroku.md
)
-
[
Test Clojure applications
](
ci/examples/test-clojure-application.md
)
-
[
Using `dpl` as deployment tool
](
ci/deployment/README.md
)
-
Help your favorite programming language and GitLab by sending a merge request
with a guide for that language.
### CI Services
GitLab CI uses the
`services`
keyword to define what docker containers should
be linked with your base image. Below is a list of examples you may use:
-
[
Using MySQL
](
ci/services/mysql.md
)
-
[
Using PostgreSQL
](
ci/services/postgres.md
)
-
[
Using Redis
](
ci/services/redis.md
)
-
[
Using Other Services
](
ci/docker/using_docker_images.md#how-to-use-other-images-as-services
)
## Administrator documentation
-
[
Custom git hooks
](
hooks/custom_hooks.md
)
Custom git hooks (on the filesystem) for when webhooks aren't enough.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment