[Comoblog-commit] comoblog/docs UPGRADE,1.4,1.5
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-09 14:11:45
|
Update of /cvsroot/comoblog/comoblog/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23647/docs Modified Files: UPGRADE Log Message: UPGRADE component to installer added. Customed for 0.5.1->1.0 upgrade Index: UPGRADE =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/UPGRADE,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- UPGRADE 9 Oct 2005 07:52:18 -0000 1.4 +++ UPGRADE 9 Oct 2005 14:11:35 -0000 1.5 @@ -11,15 +11,16 @@ Upgrade: Easymoblog 0.5.1 -> Comoblog 1.0 1. Make a backup of your database and easymoblog install folder -2. Create a new installation folder for CoMoblog (i.e. /comoblog). - If you wish to install CoMoblog into the same folder location as - EasyMoblog then remove all EasyMoblog files and folders. -3. Extract the new release tar.gz file into the CoMoblog folder -4. Edit the docs/upgrades/easymoblog-0.5.1_to_comoblog-1.0.sql script - and insert any table prefix you have configured in your db. -5. Login to MySql as your easymoblog SQL user and run the following - script: docs/upgrades/easymoblog-0.5.1_to_comoblog-1.0.sql -6. Update your cron job if required to run /batch/comoblog_batch.php +2. Rename the folder you currently have EasyMoblog installed into + to something else (e.g. easymoblog_old) +3. Follow the instructions in INSTALL to install CoMoblog on your + server. Skip Step 3 where you create a new database. +4. When you goto the Install website enter in the Database details. + Make sure when entering your database details that you get the + table prefix correct (most likely easymoblog_) + The script will then detect an existing install and switch to + upgrade mode. Follow the instructions given. +5. Update your cron job if required to run /batch/comoblog_batch.php instead of easymoblog_batch.php ______________________________________________________________________ END OF UPGRADE FILE |