gitlab-org--gitlab-foss/README.md

47 lines
888 B
Markdown
Raw Normal View History

2011-11-15 14:41:33 +00: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 22:30:51 +00:00
2011-11-15 14:41:33 +00:00
## Application details
rails 3.1
2011-12-05 17:54:53 +00:00
works only with gitolite
2011-11-15 14:41:33 +00:00
sqlite as default a database
## Requirements
* ruby 1.9.2
* sqlite
* git
2011-12-05 17:54:53 +00:00
* gitolite
2011-11-15 14:41:33 +00:00
* pygments lib - `sudo easy_install pygments`
2011-12-06 21:09:19 +00:00
## Install
2011-11-15 14:41:33 +00:00
2011-12-06 21:09:19 +00:00
Checkout wiki pages for installation information, migration, etc.
2011-11-15 14:41:33 +00:00
2011-12-06 21:09:19 +00:00
## Community
2011-11-15 14:41:33 +00:00
2011-12-06 21:09:19 +00:00
[Google Group](https://groups.google.com/group/gitlabhq)
2011-12-06 21:11:22 +00:00
2011-12-06 21:09:19 +00:00
IRC freenode: #gitlabhq
2011-11-15 14:41:33 +00:00
2011-12-06 21:09:19 +00:00
## Contacts
2011-11-15 14:41:33 +00:00
2011-12-06 21:11:22 +00:00
Twitter:
2011-12-06 21:09:19 +00:00
* @gitalbhq
* @dzaporozhets
2011-11-15 14:41:33 +00:00
2011-12-06 21:11:22 +00:00
Email
2011-12-06 21:09:19 +00:00
* m@gitlabhq.com
2011-11-15 14:41:33 +00:00
## Contribute
2011-12-06 21:09:19 +00: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.