- Install Ubuntu Server.
- Update Ubuntu with the commands:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
M="admins" | |
L="/tmp/hg2mirror.log" | |
E="/tmp/hg2mirror.err" | |
TOPDIR="/var/www/rhodecode/" | |
try_mercurial() { | |
test -d "$1/.hg" || return 1 |
TL;DR
Install Postgres 9.5, and then:
sudo pg_dropcluster 9.5 main --stop
sudo pg_upgradecluster 9.3 main
sudo pg_dropcluster 9.3 main