Skip to content
Snippets Groups Projects
Commit 4731e01a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Doc improvements. More clear label for dashboard

parent af149a6f
No related branches found
No related tags found
No related merge requests found
v4.0.0
- Shared runners (no need to add runner to every project)
- Admin area (only available for GitLab admins)
- Hide all runners management into admin area
- Use http cloning for builds instead of deploy keys
- Allow choose between git clone and git fetch when get code for build
- Make build timeout actually works
v3.2.0
- Limit visibility of projects by gitlab authorized projects
- Use one page for both gitlab and gitlab-ci projects
Loading
Loading
Loading
Loading
@@ -61,6 +61,11 @@ and
 
* [Installation guide](https://github.com/gitlabhq/gitlab-ci/blob/master/doc/installation.md)
 
### Docs
* [API](doc/api.md)
### How to add a new project to GitLab CI
 
1. Log in the GitLab CI web interface
Loading
Loading
Loading
Loading
@@ -13,7 +13,7 @@
%table.table
%tr
%th ID
%th Name
%th Project Name
%th Last build
%th Access
%th Builds
Loading
Loading
mkdir -p tmp/pids
nohup bundle exec rake environment resque:work QUEUE=runner,scheduler_task RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid > ./log/resque.log &
nohup bundle exec rake environment resque:scheduler RAILS_ENV=production PIDFILE=tmp/pids/resque_schedule.pid > ./log/schedule.log &
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment