gitlabhq/README.md

47 lines
894 B
Markdown
Raw Normal View History

2011-11-15 15:41:33 +01:00
# Welcome to GitLab [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://secure.travis-ci.org/gitlabhq/gitlabhq)
GitLab is a free Project/Repository management application
2011-11-25 23:30:51 +01:00
2011-11-15 15:41:33 +01:00
## Application details
* rails 3.1
* works only with gitolite
* sqlite as default a database
2011-11-15 15:41:33 +01:00
## Requirements
* ruby 1.9.2
* sqlite
* git
2011-12-05 18:54:53 +01:00
* gitolite
2011-11-15 15:41:33 +01:00
* pygments lib - `sudo easy_install pygments`
2011-12-06 22:09:19 +01:00
## Install
2011-11-15 15:41:33 +01:00
2011-12-06 22:09:19 +01:00
Checkout wiki pages for installation information, migration, etc.
2011-11-15 15:41:33 +01:00
2011-12-06 22:09:19 +01:00
## Community
2011-11-15 15:41:33 +01:00
2011-12-06 22:09:19 +01:00
[Google Group](https://groups.google.com/group/gitlabhq)
2011-12-06 22:11:22 +01:00
2011-12-06 22:09:19 +01:00
IRC freenode: #gitlabhq
2011-11-15 15:41:33 +01:00
2011-12-06 22:09:19 +01:00
## Contacts
2011-11-15 15:41:33 +01:00
2011-12-06 22:11:22 +01:00
Twitter:
2011-12-06 22:09:19 +01:00
* @gitalbhq
* @dzaporozhets
2011-11-15 15:41:33 +01:00
2011-12-06 22:11:22 +01:00
Email
2011-12-06 22:09:19 +01:00
* m@gitlabhq.com
2011-11-15 15:41:33 +01:00
## Contribute
2011-12-06 22:09:19 +01:00
We are on our way to full open source.
Want to help - create an issue on github and notify us that you are ready to start it.
If approved - fork, code, cover with tests & make pull request.
We'll accept good pull requests.