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 e24cc46ce59727f6acccb674e4ab53430a877171

Renamed systemd.service to rocketgit-fpm.service
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-25 20:21
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-25 20:21
Parent(s): f39aea08f7b63aae84b3bc4f68bc8995f06e52e9
Signing key:
Tree: 08984c5f9efdc536af5d6ab57690e516a49150c4
File Lines added Lines deleted
Makefile.in 1 1
samples/rocketgit-fpm.service 1 0
File Makefile.in changed (mode: 100644) (index 3bb352d..9946568)
... ... install: all
39 39 @mkdir -pv $(I_ETC)/logrotate.d @mkdir -pv $(I_ETC)/logrotate.d
40 40 cp -vd samples/logrotate $(I_ETC)/logrotate.d/$(PRJ) cp -vd samples/logrotate $(I_ETC)/logrotate.d/$(PRJ)
41 41 @mkdir -pv $(I_USR)/lib/systemd/system/ @mkdir -pv $(I_USR)/lib/systemd/system/
42 cp -vd samples/systemd.service $(I_USR)/lib/systemd/system/rocketgit-fpm.service
42 cp -vd samples/rocketgit-fpm.service $(I_USR)/lib/systemd/system/rocketgit-fpm.service
43 43 @ @
44 44 @echo "Installing tools..." @echo "Installing tools..."
45 45 @mkdir -pv $(I_USR_SBIN) @mkdir -pv $(I_USR_SBIN)
File samples/rocketgit-fpm.service renamed from samples/systemd.service (similarity 96%) (mode: 100644) (index e0eee46..1caf2f2)
... ... PIDFile=/run/php-fpm/rocketgit-fpm.pid
16 16 ExecStart=/usr/sbin/php-fpm --fpm-config /etc/rocketgit/php-fpm.conf ExecStart=/usr/sbin/php-fpm --fpm-config /etc/rocketgit/php-fpm.conf
17 17 ExecReload=/bin/kill -USR2 $MAINPID ExecReload=/bin/kill -USR2 $MAINPID
18 18 PrivateTmp=true PrivateTmp=true
19 NoNewPrivileges=yes
19 20
20 21 [Install] [Install]
21 22 WantedBy=multi-user.target WantedBy=multi-user.target
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