|
Revision 158, 1.1 kB
(checked in by jmathis, 2 years ago)
|
|
delete --------
|
| Line | |
|---|
| 1 | ---------------------------------------------- |
|---|
| 2 | How To update Oreon 1.3-RC2 to oreon-1.3-RC3 ? |
|---|
| 3 | ---------------------------------------------- |
|---|
| 4 | |
|---|
| 5 | 1) Update Oreon base Files with the new ones from the tar.gz |
|---|
| 6 | |
|---|
| 7 | 2) Connect you to the oreon interface to follow |
|---|
| 8 | wizard to update your database. |
|---|
| 9 | |
|---|
| 10 | ---------------------------------------------- |
|---|
| 11 | How To update Oreon 1.3-RC1 to oreon-1.3-RC2 ? |
|---|
| 12 | ---------------------------------------------- |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | 1) After updating Oreon base Files with the new ones from the tar.gz, |
|---|
| 16 | if you have installed oreon-1.3 patch 1, Just delete a field in |
|---|
| 17 | giv_components_template like this : |
|---|
| 18 | |
|---|
| 19 | $>mysql -u root -p |
|---|
| 20 | use oreon; |
|---|
| 21 | ALTER TABLE `giv_components_template` DROP `ds_invert` ; |
|---|
| 22 | |
|---|
| 23 | 2) 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 | |
|---|
| 28 | 3) Connect you to the oreon interface to follow |
|---|
| 29 | wizard to update your database. |
|---|
| 30 | |
|---|
| 31 | ---------------------------------------------- |
|---|
| 32 | |
|---|
| 33 | If you have any questions, contact us on our forum |
|---|
| 34 | |
|---|
| 35 | http://forum.oreon-project.org. |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | Thanks for using Oreon. |
|---|
| 39 | |
|---|
| 40 | (Thanks DonkiShoot) |
|---|