root/tags/oreon-1.3-RC3-1/UPGRADE

Revision 158, 1.1 kB (checked in by jmathis, 2 years ago)

delete --------

Line 
1----------------------------------------------
2How To update Oreon 1.3-RC2 to oreon-1.3-RC3 ?
3----------------------------------------------
4
51) Update Oreon base Files with the new ones from the tar.gz
6
72) Connect you to the oreon interface to follow
8wizard to update your database.
9
10----------------------------------------------
11How To update Oreon 1.3-RC1 to oreon-1.3-RC2 ?
12----------------------------------------------
13
14
151) After updating Oreon base Files with the new ones from the tar.gz,
16if you have installed oreon-1.3 patch 1, Just delete a field in
17giv_components_template like this :
18
19$>mysql -u root -p
20use oreon;
21ALTER TABLE `giv_components_template` DROP `ds_invert` ;
22
232) After launch a php udpdate file like this in the good folder :
24
25$>cd /usr/local/oreon/www/install/php
26$>php update-1.3-RC2.php
27
283) Connect you to the oreon interface to follow
29wizard to update your database.
30
31----------------------------------------------
32
33If you have any questions, contact us on our forum
34
35http://forum.oreon-project.org.
36
37
38Thanks for using Oreon.
39
40(Thanks DonkiShoot)
Note: See TracBrowser for help on using the browser.