Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Small fixes to the 'download' section documentation | a19ca599f6e6ec064952cc1d8f9ea3edd7947254 | Catalin(ux) M. BOIE | 2017-06-25 07:50:11 |
Fixes for base_url: did not work for docker (bad switch to https) | 4aee622d5e845a9e308f7277af1a1b612fc0c173 | Catalin(ux) M. BOIE | 2017-06-25 07:49:17 |
Fixed the commit show page (showing multiple commits) | 3e932d79f05be2593cb4c62a58cc0f98704ba5d7 | Catalin(ux) M. BOIE | 2017-06-25 07:48:21 |
nginx preparations in .spec file and remove hard dependency on a web server | 9aac8ca0a8cb26da4552b9e55f1d4d6b3a4a5d14 | Catalin(ux) M. BOIE | 2017-06-25 07:46:46 |
compare: added 'LDAP groups' item and 'Product distribution/evaluation' category | ee0b6e752dd575ca1f2b94b7d1c9156db89e40c7 | Catalin(ux) M. BOIE | 2017-06-25 07:44:45 |
Improved the installation documentation (add added nginx) | 7282afb958acad6e7a4399442b306df59a9b02c0 | Catalin(ux) M. BOIE | 2017-06-25 07:43:15 |
Docker fixes | 16b1c0adb4518db3a1498c1e30d5a409b692b2bb | Catalin(ux) M. BOIE | 2017-06-25 07:36:09 |
Disabled repo 'Stats' menu because of performance issues | da34324ac9972bac872916aef29d1d4e0b8f0499 | Catalin(ux) M. BOIE | 2017-06-09 17:50:54 |
Manually free memory to improve performance | d6b93c1dc2aef248fba8d5f4a34e57ad3433f82f | Catalin(ux) M. BOIE | 2017-06-09 17:37:37 |
Add a random id to all requests to be able to identify them in the logs | 1a487eb279fb2f77db64dbee1b2c1067b548899b | Catalin(ux) M. BOIE | 2017-05-29 17:09:20 |
Docker improvements and 'make docker' to easy testing | 2171599842a90282c24845d41965ef6f7893342c | Catalin(ux) M. BOIE | 2017-05-28 10:09:21 |
Improved apache sample configuration | de04d409f25a6f5d1fe304069753144c17c4f631 | Catalin(ux) M. BOIE | 2017-05-28 10:07:47 |
Use the database only after we setup the connection | 26487d0f17f510d26ef182b6c0938022b0730752 | Catalin(ux) M. BOIE | 2017-05-25 16:39:53 |
Bump version to 0.68 | 02b4708f1cdad67a810f7f1808364774e8ac4831 | Catalin(ux) M. BOIE | 2017-05-25 14:33:17 |
Small debug of schema_ver | 990ad6c4fad455a284a19ed2a60e80442c4ac9d8 | Catalin(ux) M. BOIE | 2017-05-25 14:32:54 |
TODO updates | ea0e06ee96761e3220ac7a27ede1669c7501b9ba | Catalin(ux) M. BOIE | 2017-05-25 14:29:43 |
Prepare env to use base_url | d6c009c120fce4df47a7651a94619142c8992d52 | Catalin(ux) M. BOIE | 2017-05-24 19:05:08 |
Use base_url function instead of the obsolete web_url variable | a821ee84f3dcf7294ee569dbc2da8b442cb60f29 | Catalin(ux) M. BOIE | 2017-05-24 19:03:49 |
Declare state as loaded only if I can really save it in cache | 10c2fcf9b78d6eb568e81ec34addfa2246d32618 | Catalin(ux) M. BOIE | 2017-05-24 18:53:25 |
Small texts fixes | 9f7998f23276d44435bd3319099d13bcb40c6b7e | Catalin(ux) M. BOIE | 2017-05-24 18:51:50 |
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 -> Settings<br /> | * login into RocketGit as admin and tweak settings in Admin -> 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"> |