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 5e945f6440609d2da3240acde977ca60b9e94b97

Now is safe to install rocketgit on a multiuser machine
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-17 10:23
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-17 10:23
Parent(s): e771f072b8b8393b8e40283ee87c663025407d70
Signing key:
Tree: 2fd3cf7ee0076f6b3b7ec400ef4aaf0ad535d9f3
File Lines added Lines deleted
README 0 4
File README changed (mode: 100644) (index 3ee5dbb..ce3e872)
21 21
22 22
23 23 == Install == == Install ==
24 . Notes:
25 - It is recommended to NOT install rocketgit on a multiuser machine.
26 There are some things that should be fixed first. We are working on it.
27
28 24 . Edit /etc/rocketgit/config.php . Edit /etc/rocketgit/config.php
29 25 . Edit /etc/httpd/conf.d/rocketgit.conf . Edit /etc/httpd/conf.d/rocketgit.conf
30 26 . Activate php-fpm: . Activate php-fpm:
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