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 a19ca599f6e6ec064952cc1d8f9ea3edd7947254

Small fixes to the 'download' section documentation
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-06-25 07:50
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-06-25 07:50
Parent(s): 4aee622d5e845a9e308f7277af1a1b612fc0c173
Signing key:
Tree: ea571a833678758ff923ffb32452db8d36b09fae
File Lines added Lines deleted
root/themes/default/download-vm.html 3 4
root/themes/default/download.html 1 1
File root/themes/default/download-vm.html changed (mode: 100644) (index df22dd0..db29454)
224 224 You must check the following list because you may want to:<br /> You must check the following list because you may want to:<br />
225 225 * extend the disk space; maybe adding some swap space<br /> * extend the disk space; maybe adding some swap space<br />
226 226 * set the virtual machine to auto boot at host start<br /> * set the virtual machine to auto boot at host start<br />
227 * generate new SSL/TLS keys<br />
228 * add the vm in the update plan<br />
227 * add the VM in the update plan<br />
229 228 * run timedatectl set-timezone 'Continent/City' to set the timezone * run timedatectl set-timezone 'Continent/City' to set the timezone
230 229 (needs a restart of some services or a reboot)<br /> (needs a restart of some services or a reboot)<br />
231 230 * change the root password: run 'passwd' (initial password is 'aaaa')<br /> * change the root password: run 'passwd' (initial password is 'aaaa')<br />
232 231 * allow this virtual machine to send mail (add it to the relay allow list)<br /> * allow this virtual machine to send mail (add it to the relay allow list)<br />
233 232 * set a static IP address instead of DHCP<br /> * set a static IP address instead of DHCP<br />
234 233 * add it to the DNS server to be able to access it by name<br /> * add it to the DNS server to be able to access it by name<br />
235 * adjust logrotate times<br />
234 * generate new SSL/TLS certificates / keys<br />
236 235 * customize /etc/rocketgit/config.php<br /> * customize /etc/rocketgit/config.php<br />
237 * customize /etc/httpd/conf.d/rocketgit.conf (ServerName, ServerAlias etc.)<br />
236 * customize /etc/httpd_or_nginx/conf.d/rocketgit.conf<br />
238 237 * login into RocketGit as admin and tweak settings in Admin -&gt; Settings<br /> * login into RocketGit as admin and tweak settings in Admin -&gt; Settings<br />
239 238 <br /> <br />
240 239 Enjoy your new RocketGit instance!<br /> Enjoy your new RocketGit instance!<br />
File root/themes/default/download.html changed (mode: 100644) (index 07b829b..99d3bd1)
46 46 </div> </div>
47 47 Then, follow the install section from the README file from Then, follow the install section from the README file from
48 48 /usr/share/doc/rocketgit*.<br /> /usr/share/doc/rocketgit*.<br />
49 To find the ports to connect, use 'docker ps' command.
49 To find the ports to connect, use 'docker port rg' command.
50 50 </div> </div>
51 51
52 52 <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