From: <re...@us...> - 2008-11-21 22:48:13
|
Revision: 784 http://sciret.svn.sourceforge.net/sciret/?rev=784&view=rev Author: reinerj Date: 2008-11-21 22:48:09 +0000 (Fri, 21 Nov 2008) Log Message: ----------- mysqli is required for the upgrade of Sciret Modified Paths: -------------- trunk/UPGRADE.TXT trunk/docs/sciret-install-OpenBSD-EN-images.html trunk/docs/sciret-install-OpenBSD-EN-images.txt trunk/docs/sciret-install-OpenBSD-EN.txt Modified: trunk/UPGRADE.TXT =================================================================== --- trunk/UPGRADE.TXT 2008-11-21 21:18:52 UTC (rev 783) +++ trunk/UPGRADE.TXT 2008-11-21 22:48:09 UTC (rev 784) @@ -8,6 +8,5 @@ mysql -u your-mysqladmin-user -p database < upgrade.sql -and run also the follow command +For the Release 2.0.0 for Sciret you need to have installed php mysqli - INSERT INTO configuration (field, value) VALUES('version', '1.1.0'); Modified: trunk/docs/sciret-install-OpenBSD-EN-images.html =================================================================== --- trunk/docs/sciret-install-OpenBSD-EN-images.html 2008-11-21 21:18:52 UTC (rev 783) +++ trunk/docs/sciret-install-OpenBSD-EN-images.html 2008-11-21 22:48:09 UTC (rev 784) @@ -1187,7 +1187,8 @@ </td> <td class="content"> <div class="title">After the package upgrade</div> -<div class="para"><p>Point your browser to the Sciret site and follow the instruction to perform the automatic database upgrade</p></div> +<div class="para"><p>Point your browser to the Sciret site and follow the instruction +to perform the automatic database upgrade</p></div> </td> </tr></table> </div> @@ -1198,13 +1199,17 @@ </td> <td class="content"> <div class="title">Upgrade Sciret from a SVN development version</div> -<div class="para"><p>Before you upgrade Sciret to the latest release, please read the release notes and the file UPGRADE.TXT. Sometimes the database schema is changed and you need to alter your database first before you can upgrade Sciret.</p></div> -<div class="para"><p>If you update the code from the svn repository the automatic upgrade won't work since -you are in a kind of "limbo version". The system will only do clean -installs and upgrade from any stable version to the next stable version. To make your -current installs work you'll have, just for this time, to manually run -the SQL that you need under /setup/upgrade_x.x.x.sql and this: -INSERT INTO configuration (field, value) VALUES(<em>version</em>, <em>x.x.x</em>);</p></div> +<div class="para"><p>Before you upgrade Sciret to the latest release, please read the +release notes and the file UPGRADE.TXT. Sometimes the database +schema is changed and you need to alter your database first before +you can upgrade Sciret.</p></div> +<div class="para"><p>If you update the code from the svn repository the automatic upgrade +won't work sinceyou are in a kind of "limbo version". The system +will only do clean installs and upgrade from any stable version to +the next stable version. To make your current installs work you'll +have, just for this time, to manually run the SQL that you need +under /setup/upgrade_x.x.x.sql and this:</p></div> +<div class="para"><p>INSERT INTO configuration (field, value) VALUES(<em>version</em>, <em>x.x.x</em>);</p></div> </td> </tr></table> </div> @@ -1331,7 +1336,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2008-11-21 20:37:43 CEST +Last updated 2008-11-21 22:47:39 CEST </div> </div> </body> Modified: trunk/docs/sciret-install-OpenBSD-EN-images.txt =================================================================== --- trunk/docs/sciret-install-OpenBSD-EN-images.txt 2008-11-21 21:18:52 UTC (rev 783) +++ trunk/docs/sciret-install-OpenBSD-EN-images.txt 2008-11-21 22:48:09 UTC (rev 784) @@ -673,19 +673,25 @@ [TIP] .After the package upgrade ================================================================ -Point your browser to the Sciret site and follow the instruction to perform the automatic database upgrade +Point your browser to the Sciret site and follow the instruction +to perform the automatic database upgrade ================================================================ [IMPORTANT] .Upgrade Sciret from a SVN development version -=============================================================== -Before you upgrade Sciret to the latest release, please read the release notes and the file UPGRADE.TXT. Sometimes the database schema is changed and you need to alter your database first before you can upgrade Sciret. +================================================================= +Before you upgrade Sciret to the latest release, please read the +release notes and the file UPGRADE.TXT. Sometimes the database +schema is changed and you need to alter your database first before +you can upgrade Sciret. -If you update the code from the svn repository the automatic upgrade won't work since -you are in a kind of "limbo version". The system will only do clean -installs and upgrade from any stable version to the next stable version. To make your -current installs work you'll have, just for this time, to manually run -the SQL that you need under /setup/upgrade_x.x.x.sql and this: +If you update the code from the svn repository the automatic upgrade +won't work sinceyou are in a kind of "limbo version". The system +will only do clean installs and upgrade from any stable version to +the next stable version. To make your current installs work you'll +have, just for this time, to manually run the SQL that you need +under /setup/upgrade_x.x.x.sql and this: + INSERT INTO configuration (field, value) VALUES('version', 'x.x.x'); =============================================================== Modified: trunk/docs/sciret-install-OpenBSD-EN.txt =================================================================== --- trunk/docs/sciret-install-OpenBSD-EN.txt 2008-11-21 21:18:52 UTC (rev 783) +++ trunk/docs/sciret-install-OpenBSD-EN.txt 2008-11-21 22:48:09 UTC (rev 784) @@ -96,6 +96,11 @@ # ln -fs /var/www/conf/php5.sample/mysql.ini \ /var/www/conf/php5/mysql.ini + # pkg_add -v -i php5-mysqli + + # ln -fs /var/www/conf/php5.sample/mysqli.ini \ + /var/www/conf/php5/mysqli.ini + # pkg_add -v -i php5-mcrypt # ln -fs /var/www/conf/php5.sample/mcrypt.ini \ @@ -673,19 +678,25 @@ [TIP] .After the package upgrade ================================================================ -Point your browser to the Sciret site and follow the instruction to perform the automatic database upgrade +Point your browser to the Sciret site and follow the instruction +to perform the automatic database upgrade ================================================================ [IMPORTANT] .Upgrade Sciret from a SVN development version -=============================================================== -Before you upgrade Sciret to the latest release, please read the release notes and the file UPGRADE.TXT. Sometimes the database schema is changed and you need to alter your database first before you can upgrade Sciret. +================================================================= +Before you upgrade Sciret to the latest release, please read the +release notes and the file UPGRADE.TXT. Sometimes the database +schema is changed and you need to alter your database first before +you can upgrade Sciret. -If you update the code from the svn repository the automatic upgrade won't work since -you are in a kind of "limbo version". The system will only do clean -installs and upgrade from any stable version to the next stable version. To make your -current installs work you'll have, just for this time, to manually run -the SQL that you need under /setup/upgrade_x.x.x.sql and this: +If you update the code from the svn repository the automatic upgrade +won't work sinceyou are in a kind of "limbo version". The system +will only do clean installs and upgrade from any stable version to +the next stable version. To make your current installs work you'll +have, just for this time, to manually run the SQL that you need +under /setup/upgrade_x.x.x.sql and this: + INSERT INTO configuration (field, value) VALUES('version', 'x.x.x'); =============================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |