Explore >> Select a destination


You are here

jonhnnyweslley.net
| | blogops.mixinet.net
8.9 parsecs away

Travel
| | Since a long time ago I've been a gitlab-ce user, in fact I've set it up on three of the last four companies I've worked for (initially I installed it using the omnibus packages on a debian server but on the last two places I moved to the docker based installation, as it is easy to maintain and we don't need a big installation as the teams using it are small). On the company I work for now (kyso) we are using it to host all our internal repositories and to do all the CI/CD work (the automatic deployments...
| | negativesign.com
9.4 parsecs away

Travel
| | I run a GitLab server that I use to collaborate with coworkers.1 It's a custom-built machine with a RAID, lots of memory, redundant power supplies, and is running Ubuntu. Every day, a simple cron script to makes a backup copy of the data on the server to another machine. The script looks something like this: #!/bin/sh cd /home/gitlab/gitlab sudo -u gitlab -H bundle exec rake gitlab:backup:create RAILS_ENV=production rsync -avrcpt /home/gitlab/gitlab/tmp/backups/ user@remotemachine:/path/to/gitlabtars rsy...
| | www.babaei.net
23.7 parsecs away

Travel
| | Update 1 [2016/09/30]: A section has been added to the end of the article for dealing with major FreeBSD upgrades. Update 2 [2016/09/30]: A section has been added to the end of the article for upgrading current installation of Discourse to newer versions. Update 3 [2016/09/30]: A section has been added to the end of the article for installing Discourse under Ruby version managers which is required for dealing with newer versions of Discourse since the current system-wide version of Ruby on FreeBSD is 2.2...
| | blog.wensheng.org
41.4 parsecs away

Travel
| I used to use Godaddy and Startcom SSL. Now I just use Namecheap's Comodo PositiveSSL. It's inexpensive - $9/per year, and the installatio...