Cobub Razor
Cobub Toaster
Other Links
Cobub Razor
Cobub Toaster
Other Links
這是本文檔舊的修訂版!
v0.7.1
When you are ready to upgrade Cobub Razor from version 0.7 to version 0.7, following steps is required:
1、Download the code of version 0.7 from https://github.com/cobub/razor , and you can get the razor-master.zip, unzip it to get razor-master folder, which contains the sdk and web folders.
2、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 or V0.7 ). To facilitate debugging, you can rename ”web” to “razor_v6“, and set the $ config ['base_url'] value to the ‘http://192.168.1.103/razor_v6 ‘ in config.php which is under the application folder.
3、Copy the autoload.php and database.php of V0.7 under the directory of application\config\ to the diretory of application\config\ of V0.7, override these two files of V0.7, and replace $route['default_controller'] = “install/installation” to $route['default_controller'] = “report/home” of V0.7 in routes.php.
Here, assume that your database is razor and data warehouse is razordw, and umsinstall_ is the table prefix of them.