[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Upgrade procedure for 1.2.7 to 1.2.8
- Subject: Upgrade procedure for 1.2.7 to 1.2.8
- From: Paul Bente <..hidden..>
- Date: Thu, 4 Oct 2007 13:21:20 -0400
What is the recommended procedure for upgrading from 1.2.7 to 1.2.8?
I did not see it mentioned in the INSTALL or UPGRADE document? I
modified a pre-fork legacy procedure as follows:
I moved ledgersmb-1.2.8.tar.gz to the directory that contains my
current ledgersmb (typically \usr\local).
then from that directory I executed
$ sudo tar zxvf ledgersmb-1.2.8.tar.gz
$ cd ledgersmb
$ sudo chown -hR www:www * (note: www:www is my webserver user:group)
$ sudo chmod 711 templates css spool
Comments or corrections?