[Comoblog-commit] comoblog/docs CHANGELOG,1.18,1.19 UPGRADE,1.3,1.4
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-09 07:52:31
|
Update of /cvsroot/comoblog/comoblog/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16954/docs Modified Files: CHANGELOG UPGRADE Log Message: Version update from 0.1 to 1.0 getting ready for initial release Index: UPGRADE =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/UPGRADE,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- UPGRADE 5 Oct 2005 00:45:34 -0000 1.3 +++ UPGRADE 9 Oct 2005 07:52:18 -0000 1.4 @@ -8,17 +8,17 @@ please follow each upgrade step in order to reach your final destination. -Upgrade: Easymoblog 0.5.1 -> Comoblog 0.1 +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-0.1.sql script +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-0.1.sql + 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 instead of easymoblog_batch.php ______________________________________________________________________ Index: CHANGELOG =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/CHANGELOG,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- CHANGELOG 9 Oct 2005 06:53:18 -0000 1.18 +++ CHANGELOG 9 Oct 2005 07:52:18 -0000 1.19 @@ -1,4 +1,4 @@ -CoMoblog 0.1, 2005-09 +CoMoblog 1.0, 2005-10-10 ---------------------------- Initial Release. Based on the Easymoblog 0.5.1 release with the |