ان Gitblitهو حل بلغة جافا ومفتوح المصدر لادارة واستعراض وخدمة مستودعات جيت. ويمكنه القيام بذلك بخدمات النقل GITو HTTPو SSH. ويمكنها ان تتحقق عبر اكثر من مزود. كما تمكنك من التعامل مع جيت في غضون 5 دقائق للمزيد من المعلومات عن Gitblit يمكن زيارة can (http://gitblit.com).
توزع Gitblitبرخصة اباتشي Apache Software Foundation license, version 2.0. ونص الرخصة مضمن في ملف LICENSEبالمشروع.متطلبات جافا وقت التنفيذ
|المصدر . | | ------------- |--------------------------------------------------------| | Documentation | Gitblit website | | Forums | Google Groups | | Twitter | @gitblit or @jamesmoger | | Google+ | +gitblit or +jamesmoger |
GitHub pull requests are preferred. Any contributions must be distributed under the terms of the Apache Software Foundation license, version 2.0.
Gitblit uses submodules.
Make sure to clone using --recursive
OR to execute git submodule update --init --recursive
.
Eclipse is recommended for development as the project settings are preconfigured.
- Import the gitblit project into your Eclipse workspace. There will be lots of build errors.
- Using Ant, execute the
build.xml
script in the project root. This will download all necessary build dependencies and will also generate the Keys class for accessing settings. - Select your gitblit project root and Refresh the project, this should correct all build problems.
- Using JUnit, execute the
com.gitblit.tests.GitBlitSuite
test suite. This will clone some repositories from the web and run through the unit tests. - Execute the com.gitblit.GitBlitServer class to start Gitblit GO.
- If you are running Ant from an ANSI-capable console, consider setting the
MX_COLOR
environment variable before executing Ant.set MX_COLOR=true
- The build script will honor your Maven proxy settings. If you need to fine-tune this, please review the settings.moxie documentation.