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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
66541d8d
Commit
66541d8d
authored
Jun 24, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7140 from Mik-die/master
Add Gitlab to Teatro.io
parents
d8cec137
94266f1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
94 additions
and
0 deletions
+94
-0
.teatro.yml
.teatro.yml
+8
-0
config/gitlab.teatro.yml
config/gitlab.teatro.yml
+86
-0
No files found.
.teatro.yml
0 → 100644
View file @
66541d8d
stage
:
before
:
-
cp config/gitlab.teatro.yml config/gitlab.yml
-
mkdir /apps/gitlab-satellites
-
mkdir /apps/repositories
database
:
-
RAILS_ENV=development force=yes bundle exec rake db:create gitlab:setup
\ No newline at end of file
config/gitlab.teatro.yml
0 → 100644
View file @
66541d8d
production
:
&base
gitlab
:
host
:
localhost
port
:
80
https
:
false
user
:
root
email_from
:
example@example.com
support_email
:
support@example.com
default_projects_features
:
issues
:
true
merge_requests
:
true
wiki
:
true
wall
:
false
snippets
:
false
visibility_level
:
"
private"
# can be "private" | "internal" | "public"
issues_tracker
:
gravatar
:
enabled
:
true
# Use user avatar image from Gravatar.com (default: true)
ldap
:
enabled
:
false
host
:
'
_your_ldap_server'
port
:
636
uid
:
'
sAMAccountName'
method
:
'
ssl'
# "tls" or "ssl" or "plain"
bind_dn
:
'
_the_full_dn_of_the_user_you_will_bind_with'
password
:
'
_the_password_of_the_bind_user'
allow_username_or_email_login
:
true
base
:
'
'
user_filter
:
'
'
omniauth
:
enabled
:
false
satellites
:
# Relative paths are relative to Rails.root (default: tmp/repo_satellites/)
path
:
/apps/gitlab-satellites/
backup
:
path
:
"
tmp/backups"
# Relative paths are relative to Rails.root (default: tmp/backups/)
gitlab_shell
:
path
:
/apps/gitlab-shell/
# REPOS_PATH MUST NOT BE A SYMLINK!!!
repos_path
:
/apps/repositories/
hooks_path
:
/apps/gitlab-shell/hooks/
upload_pack
:
true
receive_pack
:
true
git
:
bin_path
:
/usr/bin/git
max_size
:
5242880
# 5.megabytes
timeout
:
10
extra
:
development
:
<<
:
*base
test
:
<<
:
*base
gravatar
:
enabled
:
true
gitlab
:
host
:
localhost
port
:
80
issues_tracker
:
redmine
:
title
:
"
Redmine"
project_url
:
"
http://redmine/projects/:issues_tracker_id"
issues_url
:
"
http://redmine/:project_id/:issues_tracker_id/:id"
new_issue_url
:
"
http://redmine/projects/:issues_tracker_id/issues/new"
staging
:
<<
:
*base
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