這是本文檔舊的修訂版!
Upgrade Instruction (v0.4 to v0.5)
When you are ready to upgrade Cobub Razor from version 0.4 to version 0.5, following steps is required:
Step one: download the code of V0.5
-
Copy the web folder to the directory of your web site where you are ready to upgrade Cobub Razor (Note: web can not be the same name with Cobub Razor’s name of V0.4 ). To facilitate debugging, you can rename “web” to “razor_v5“, and set the $ config ['base_url'] value to the ‘
http://192.168.1.103/razor_v5 ‘ in config.php which is under the application folder .
Copy the autoload.php、database.php and routes.php of V0.4 under the directory of application\config\ to the diretory of application\config\ of V0.5, override these three files of V0.5.
Step two: modify the script files of database and data warehouse
Here, assume that your database is razor and data warehouse is razordw, and umsinstall_ is the table prefix of them.