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 982e6536f5204a07c939b01229784a46c18cdada

Added nginx next to apache
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-07-09 06:38
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-07-09 06:38
Parent(s): b550d45c19c48235eddbd5b6fdcadcec2689065b
Signing key:
Tree: 61f6d93f54d64c07b27e11b547bf82c11119a500
File Lines added Lines deleted
root/themes/default/features.html 2 2
File root/themes/default/features.html changed (mode: 100644) (index bf16a20..f251d35)
102 102 <div class="island"> <div class="island">
103 103 <div class="island_title">Built on top of top software</div> <div class="island_title">Built on top of top software</div>
104 104 RocketGit has been created by using the best products to build upon: RocketGit has been created by using the best products to build upon:
105 Linux kernel, GNU software, Git, OpenSSH, PostgreSQL, Apache, PHP
106 and SELinux.
105 Linux kernel, GNU software, Git, OpenSSH, PostgreSQL, Apache, nginx,
106 PHP and SELinux.
107 107 </div> </div>
108 108
109 109 <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