List of commits:
Subject Hash Author Date (UTC)
Adapt a little bit the install guide because of php-fpm cd6a0d9755dfb7b2a8b283e53d838b9724f22697 Catalin(ux) M. BOIE 2016-09-17 10:45:59
Bump version to 0.56 5c2c03e15864ebe466ac4dd3f8b0d761c363b13e Catalin(ux) M. BOIE 2016-09-17 10:45:16
Debian: adapt a little bit the dependencies 47f680a9e0330a360919b33255a403d1d99e47fc Catalin(ux) M. BOIE 2016-09-17 10:44:43
Now is safe to install rocketgit on a multiuser machine 5e945f6440609d2da3240acde977ca60b9e94b97 Catalin(ux) M. BOIE 2016-09-17 10:23:30
Big (bulk) update: fetch/push by http(s) e771f072b8b8393b8e40283ee87c663025407d70 Catalin(ux) M. BOIE 2016-09-17 10:22:17
Redo css for clone urls and added http url f7db12862aa048feba85411fd64a2a97403c2e66 Catalin(ux) M. BOIE 2016-09-17 10:14:49
Corrected url for refs and path rights 551f1cfd002bb44a5b1448f83a9cd8341aded9d6 Catalin(ux) M. BOIE 2016-09-07 03:39:28
rg_exec has new parameters: two callbacks for stdout and stderr b25e97c24a24f00d3e6e36652ffc0b9c9bf0e241 Catalin(ux) M. BOIE 2016-09-05 16:47:02
We do not run update-server-info in post-update hook anymore because we do not support dumb protocol f580e2b006e60369265f3a2e660cb8af0701312d Catalin(ux) M. BOIE 2016-09-04 15:03:24
apikeys: we need to init some vars 84bfd35c59c1e8458be7250aff6c1059afb1f204 Catalin(ux) M. BOIE 2016-08-28 05:25:44
Spell checkings and ommisions 1e41a427ee47b128cd9385c3ed27565c67d27029 Catalin(ux) M. BOIE 2016-08-28 05:17:11
rg_exec function permits stdout streaming 37e9c670be82c66970a3972aee87af34553eec98 Catalin(ux) M. BOIE 2016-08-28 05:15:26
Added tutorials infrastructure and the first tutorial about CI 3fe5fc6d3dafa859e4e20c853f355dec279630b0 Catalin(ux) M. BOIE 2016-08-28 05:12:09
Spell checking c5c8cbc69ec8e33b623f49e5417ef85073d5aebe Catalin(ux) M. BOIE 2016-08-28 05:07:13
Fix a bug that prevented the log function to log invalid UTF-8 chars 3a5d9efe50b391c4b5f64a879e64d3203ba66ef0 Catalin(ux) M. BOIE 2016-07-31 04:40:12
rg_exec accepts a second para: data to be sent as stdin 71d2b273ae592e3c6e6a77e7b19df3f94aa1e9e9 Catalin(ux) M. BOIE 2016-07-31 03:05:23
Simplify event processing by passing full 'ui'; fixed 'confirmed' filed usage cbb6f8877db547d55b7b86e0fe5c41519d6c8b65 Catalin(ux) M. BOIE 2016-07-14 05:08:51
Fixed the unit tests (minor) 0e9cfc3911aba7119bb57140ecfa51ad6e3983bf Catalin(ux) M. BOIE 2016-07-14 05:05:37
Fixed e-mail confirmation logic. dd5b4be2e8e49aa612ddf7557e8ef0b1e0268822 Catalin(ux) M. BOIE 2016-07-11 21:09:19
Do more tests and resync some with the reality db9bb136ff176006cbb8f8848309b8adbf98d630 Catalin(ux) M. BOIE 2016-07-11 04:07:38
Commit cd6a0d9755dfb7b2a8b283e53d838b9724f22697 - Adapt a little bit the install guide because of php-fpm
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-17 10:45
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-17 10:45
Parent(s): 5c2c03e15864ebe466ac4dd3f8b0d761c363b13e
Signing key:
Tree: 70526f3d81beb371a9997c784ed654c96784a90e
File Lines added Lines deleted
README 7 4
File README changed (mode: 100644) (index ce3e872..eb8fa57)
22 22
23 23 == Install == == Install ==
24 24 . Edit /etc/rocketgit/config.php . Edit /etc/rocketgit/config.php
25 . Edit /etc/rocketgit/php-fpm.conf
26 . Edit /etc/rocketgit/pool.conf
25 27 . Edit /etc/httpd/conf.d/rocketgit.conf . Edit /etc/httpd/conf.d/rocketgit.conf
26 . Activate php-fpm:
28 . Activate rocketgit php-fpm:
27 29 systemd based distributions: systemd based distributions:
28 30 # systemctl enable rocketgit-fpm # systemctl enable rocketgit-fpm
29 31 # systemctl start rocketgit-fpm # systemctl start rocketgit-fpm
 
36 38 - allow enough RAM and execution time - allow enough RAM and execution time
37 39 - fix timezone - fix timezone
38 40 You may want to activate an op cache to speed up the PHP scripts: You may want to activate an op cache to speed up the PHP scripts:
39 yum install php-opcache
41 # Only on Fedora/CentOS based distributions
42 yum/dnf install php-opcache
40 43 Also, we recommend to activate opcache also for cli: Also, we recommend to activate opcache also for cli:
41 44 change opcache.enable_cli to 1 in /etc/php.d/10-opcache.ini or change opcache.enable_cli to 1 in /etc/php.d/10-opcache.ini or
42 45 /etc/php-zts.d/10-opcache.ini. /etc/php-zts.d/10-opcache.ini.
43 46
44 . Activate web server
47 . Activate web server (apache)
45 48 systemd based distributions: systemd based distributions:
46 49 # systemctl enable httpd.service # systemctl enable httpd.service
47 50 # systemctl restart httpd.service # systemctl restart httpd.service
 
99 102 - If the web server and the db are not on the same host, you need to - If the web server and the db are not on the same host, you need to
100 103 replace 127.0.0.1 and ::1 with your "safe network". You may want to use replace 127.0.0.1 and ::1 with your "safe network". You may want to use
101 104 md5 for authentication. Also, you may want to change 'listen_addresses' md5 for authentication. Also, you may want to change 'listen_addresses'
102 to '*'. You may also want to activate SSL. Check PostgreSQL manual.
105 to '*'. You may also want to activate SSL.
103 106
104 107 . Mail . Mail
105 108 To be able to generate e-mails as other user, you have to: To be able to generate e-mails as other user, you have to:
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://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

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