Dobrica Pavlinušić's random unstructured stuff
SocialText git upgrade: Revision 13

This page will describe by efforts to upgrade SocialText from version v2.19.0.2 to git version



rsync current installation

mjesec:~# lvcreate -s -L 1G -n vz-snap /dev/vg/vz
  Logical volume "vz-snap" created
mjesec:~# mount /dev/vg/vz-snap /mnt/vz-snap/

stage:/mnt/btrfs# btrfs subvolume create /mnt/btrfs/saturn
Create subvolume '/mnt/btrfs/saturn'

stage:~# /srv/sysadmin-cookbook/recepies/rsync/rsync-clone.sh 10.60.0.9::vz-snap/private/212024/ /mnt/btrfs/saturn/

stage:~# btrfs subvolume snapshot /mnt/btrfs/saturn /mnt/btrfs/saturn.0.etch
Create a snapshot of '/mnt/btrfs/saturn' in '/mnt/btrfs/saturn.0.etch'


Upgrade Debian distribution

  • first from etch -> lenny
  • then from lenny -> squeeze

Install git

Use following /etc/apt/sources.list sources.list

root@stwiki3:~# apt-get install git-core

Checkout source

dpavlin@clone-saturn:~$ git clone git://github.com/socialtext/socialtext.git
remote: Counting objects: 75434, done.
remote: Compressing objects: 100% (19078/19078), done.
Indexing 75434 objects.
remote: Total 75434 (delta 51423), reused 73391 (delta 49592)
 100% (75434/75434) done
Resolving 51423 deltas.
 100% (51423/51423) done
Checking files out...
 100% (3260/3260) done

Install dependencies

From modified file dapper

dpavlin@stwiki3:~$ sudo apt-get install `cat socialtext/nlw/build/pkg-lists/dapper`

This is from docs/INSTALL.apt-get in SocialText git repository

dpavlin@clone-saturn:~$ cd socialtext/nlw/
dpavlin@clone-saturn:~/socialtext/nlw$ ./configure --socialtext-open 1 --force-ssl-login 1 --apache-proxy 0

# install rest of perl dependencies