Project management and code hosting application. Follow us on twitter @gitlabhq
dd653f62f3
This allows you to set the namespace ID for projects via the the API. By default it is created for the current user. You can assign it to the global namespace by passing `GLN` which translates to 'Global Namespace'. |
||
---|---|---|
app | ||
config | ||
db | ||
doc | ||
features | ||
lib | ||
log | ||
public | ||
script | ||
spec | ||
tmp | ||
vendor | ||
.foreman | ||
.gitignore | ||
.rspec | ||
.simplecov | ||
.travis.yml | ||
CHANGELOG | ||
config.ru | ||
CONTRIBUTING.md | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
LICENSE | ||
Procfile | ||
Rakefile | ||
README.md | ||
ROADMAP.md | ||
VERSION |
GitLab is a self hosted Git management software.
Check out gitlab.org
With GitLab you can:
- create projects and repositories
- manage repositories access
- do code review
Code status:
Application details
- powered by Ruby on Rails
- its completely free and open source
- distributed under the MIT License
Requirements
- Ubuntu/Debian
- ruby 1.9.3+
- MySQL
- git
- gitlab-shell
- redis
More details are in the requirements doc
Install
Checkout wiki pages for installation information, migration, etc.