|
From: Christian O. <chr...@us...> - 2005-09-06 18:07:49
|
Update of /cvsroot/bbps/bbps/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23770/docs Modified Files: INSTALL Log Message: added some docs and SQL about upgrading Index: INSTALL =================================================================== RCS file: /cvsroot/bbps/bbps/docs/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** INSTALL 4 Jun 2005 19:08:54 -0000 1.1 --- INSTALL 6 Sep 2005 18:07:36 -0000 1.2 *************** *** 1,9 **** +----------------------------------------------------------------+ | INSTALLATION INSTRUCTIONS | - <<<<<<< INSTALL - | Last Update: $Date$ - ======= | Last Update: $Date$ - >>>>>>> 1.8 +----------------------------------------------------------------+ --- 1,5 ---- *************** *** 33,44 **** 5. That should be it. - <<<<<<< INSTALL - 6. Optional. Add the following bookmarklet to ease adding bookmarks (edit and change "<SERVER_HERE>") - - javascript:document.location = 'http://<SERVER_HERE>/bbps/?action=new_bm&bm_name=' + escape(document.title) + '&bm_url=' +escape(document.location) - ======= 6. Optional. Add one of the bookmarklets located at the lower right corner of the main bbps page to your bookmark toolbar. Drag the link to your bookmarks toolbar, or just bookmark it. Now, whenever you want to add a page to bbps, just click your bookmarklet. - >>>>>>> 1.8 7. Optional. Some browsers allow keyword searches (typing "gg search term" in the location of bar of IE --- 29,34 ---- *************** *** 52,53 **** --- 42,47 ---- 9. **IF UPGRADING** Tables and their columns now have the "bbps_" prefix to support hosting environments. + + 9a.Upgrade the database schema for the new columns and values of this version: + + cat sql/upgrade_schema.sql | mysql -u USER -p PASSWORD MY_DB_NAME_HERE |