You are here |
jonhnnyweslley.net | ||
| | | |
www.babaei.net
|
|
| | | | 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... | |
| | | |
www.coryzue.com
|
|
| | | | Shared servers for the win! | Cory Zue | |
| | | |
negativesign.com
|
|
| | | | 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... | |
| | | |
hamel.dev
|
|
| | Like Heroku, but you own it. |