xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit cc493d13f83fd121cee56d7e0da1ec742d37b774

Added web instructions for RedHat based distributions
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-04-23 17:14
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-04-23 17:14
Parent(s): 9bcae435949c6740cdab1b92ae31dea2cfa168ab
Signing key:
Tree: 7f105b726e1fed2f2c02ee04fae18744a508dd2d
File Lines added Lines deleted
root/themes/default/download.html 17 0
File root/themes/default/download.html changed (mode: 100644) (index e0a1dfe..e6cc0f6)
27 27 </div> </div>
28 28 </div> </div>
29 29
30 <div class="island_row">
31 <div class="island_cell">
32 <div class="island">
33 <div class="island_title">Oracle/RedHat/CentOS</div>
34 If you are running a RedHat based distribution distribution,
35 just add DinoRepo to your system
36 and install the rocketgit package:<br />
37 <div class="xcode">
38 yum install http://kernel.embedromix.ro/dinorepo-el-0.0.11-1.noarch.rpm<br />
39 yum install rocketgit
40 </div>
41 Then, follow the install section from the README file from
42 /usr/share/doc/rocketgit-*.
43 </div>
44 </div>
45 </div>
46
30 47 <div class="island_row"> <div class="island_row">
31 48 <div class="island_cell"> <div class="island_cell">
32 49 <div class="island"> <div class="island">
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master