User Tools

Site Tools


computing:gitlab-ce

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:gitlab-ce [2022/07/31 22:04] oemb1905computing:gitlab-ce [2024/02/17 19:52] (current) oemb1905
Line 3: Line 3:
   * **Jonathan Haack**   * **Jonathan Haack**
   * **Haack's Networking**   * **Haack's Networking**
-  * **netcmnd@jonathanhaack.com** +  * **webmaster@haacksnetworking.org** 
  
 ------------------------------------------- -------------------------------------------
Line 19: Line 19:
   * Letsencrypt, using certbot, is established and working   * Letsencrypt, using certbot, is established and working
  
-If you are missing some of these pre-requisites, please visit the [[https://wiki.haacksnetworking.com/doku.php?id=computing:apachesurvival|Apache Survival]] tutorial I created which covers these topics.  +If you are missing some of these pre-requisites, please visit the [[computing:apachesurvival]] tutorial I created which covers these topics.  
  
 The first thing you need to do is download and run the script that gitlab provides.  This script will allow you to access the repositories and download gitlab-ce. The first thing you need to do is download and run the script that gitlab provides.  This script will allow you to access the repositories and download gitlab-ce.
Line 48: Line 48:
 Ok, now that the configuration file is set up, let's make sure that your Apache Web Server has appropriate configuration files.  There is a [[https://gitlab.com/gitlab-org/gitlab-recipes|Gitlab Recipes]] repository dedicated to getting Gitlab-CE up on non-nginx web servers.  Always check the git repo above for the latest recipes, the ones I am using are currently here (2020): Ok, now that the configuration file is set up, let's make sure that your Apache Web Server has appropriate configuration files.  There is a [[https://gitlab.com/gitlab-org/gitlab-recipes|Gitlab Recipes]] repository dedicated to getting Gitlab-CE up on non-nginx web servers.  Always check the git repo above for the latest recipes, the ones I am using are currently here (2020):
      
-[[https://repo.haacksnetworking.com/oemb1905/haackingclub/blob/master/apache/virtualhosts/repo.haacksnetworking.com-ssl.conf|https.conf]] +[[https://repo.haacksnetworking.org/haacknet/haackingclub/-/tree/main/configs/webservers/apache|Reverse Proxy Virtual Host Configs for Apache2]]
-[[https://repo.haacksnetworking.com/oemb1905/haackingclub/blob/master/apache/virtualhosts/repo.haacksnetworking.com.conf|http.conf]]+
  
 These both work in production, so feel free to use and share.  Make sure you have appropriate apache mods enabled: These both work in production, so feel free to use and share.  Make sure you have appropriate apache mods enabled:
Line 84: Line 83:
 Now that you have copied those configs and files over the new host, it is time to restore the new host with those backups.  Warning:  I am assuming you already followed the above initial setup steps on the new host that are detailed above, and have left that instance vanilla.  Once that new install is running and accessible and vanilla (no changes), do the following. Now that you have copied those configs and files over the new host, it is time to restore the new host with those backups.  Warning:  I am assuming you already followed the above initial setup steps on the new host that are detailed above, and have left that instance vanilla.  Once that new install is running and accessible and vanilla (no changes), do the following.
  
-  sudo cp gitlab-old-host/gitlab/etc/gitLab/+  sudo cp gitlab-old-host/gitlab-old.rb /etc/gitlab/gitlab.rb
   sudo cp -r gitlab-old-host/trusted-certs /etc/gitlab/trusted-certs   sudo cp -r gitlab-old-host/trusted-certs /etc/gitlab/trusted-certs
   sudo gitlab-ctl reconfigure   sudo gitlab-ctl reconfigure
Line 97: Line 96:
 Navigate to your web browser, and all should be restored.  ;) Navigate to your web browser, and all should be restored.  ;)
  
- --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/07/31 11:26//+ --- //[[webmaster@haacksnetworking.org|oemb1905]] 2024/02/17 19:48//
computing/gitlab-ce.1659305040.txt.gz · Last modified: 2022/07/31 22:04 by oemb1905