用户工具

站点工具


差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
en:razor:upgrade-instruction-v0-7.1-to-v0-7.2 [2015/09/15 16:35]
cobub v0.7.2
en:razor:upgrade-instruction-v0-7.1-to-v0-7.2 [2017/07/14 11:18] (当前版本)
行 8: 行 8:
 1、Download the code of version 0.7.2   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. 1、Download the code of version 0.7.2   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.7.1 or V0.7.2 ).  To facilitate debugging, you can rename ”web” ​ to   ​“razor_v7.2“,​ and  set the $ config ['​base_url'​] ​ value  to the ‘http://192.168.1.103/razor_v7.2 ‘  in **config.php** which is under the **application** folder.+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.7.1 or V0.7.2 ).  To facilitate debugging, you can rename ”web” ​ to   ​“razor_v7.2“,​ and  set the $ config ['​base_url'​] ​ value  to the ‘http://yoururl/razor_v7.2 ‘  in **config.php** which is under the **application** folder.
  
 3、Copy the **autoload.php** and **database.php** ​  of V0.7.1 under the directory of **application\config\** to the diretory of **application\config\** of V0.7.2, override these two files of  V0.7.2, and replace $route['​default_controller'​] = “install/​installation” to $route['​default_controller'​] = “report/​home” of V0.7.2 in **routes.php**. 3、Copy the **autoload.php** and **database.php** ​  of V0.7.1 under the directory of **application\config\** to the diretory of **application\config\** of V0.7.2, override these two files of  V0.7.2, and replace $route['​default_controller'​] = “install/​installation” to $route['​default_controller'​] = “report/​home” of V0.7.2 in **routes.php**.
行 17: 行 17:
 ==== 1、Modify database ==== ==== 1、Modify database ====
  
-1)**channel_product**+1)**ci_sessions**
 ^property name ^property value ^changes^ ^property name ^property value ^changes^
 |ip_address |varchar(45) |varchar(16)->​ varchar(45)| |ip_address |varchar(45) |varchar(16)->​ varchar(45)|
 **sql** **sql**
 <​code>​ <​code>​
-ALTER TABLE `razor.umsinstall_channel_product+ALTER TABLE `razor.umsinstall_ci_sessions
 CHANGE `ip_address` `ip_address` varchar(45);​ </​code>​ CHANGE `ip_address` `ip_address` varchar(45);​ </​code>​
  
行 268: 行 268:
  
 ^property name ^property name    ​^changes^ ^property name ^property name    ​^changes^
-|datevalue |  ​         |NOT NULL->NOT NULL AUTO_INCREMENT|+|datevalue |  ​         |Timestamp->Date|
 **sql** **sql**
 <​code>​ <​code>​
 ALTER TABLE `razordw.umsinstall_dim_date` ​ ALTER TABLE `razordw.umsinstall_dim_date` ​
-CHANGE `datevalue` `datevalue` NOT NULL AUTO_INCREMENT;+CHANGE `datevalue` `datevalue` ​DATE NOT NULL;
 </​code>​ </​code>​
  
行 282: 行 282:
 <​code>​ <​code>​
 ALTER TABLE `razordw.umsinstall_dim_devicesupplier` ​ ALTER TABLE `razordw.umsinstall_dim_devicesupplier` ​
-CHANGE `devicesupplier_name` `devicesupplier_name` varchar(128);;+CHANGE `devicesupplier_name` `devicesupplier_name` varchar(128);​
 </​code>​ </​code>​
  
行 344: 行 344:
 Backup the directory of the previous web site(e.g **web**,​which is the root directory of version 0.7.1),​store it in a suitable place and named web-backup0.7.1,​ then delete **web**. Backup the directory of the previous web site(e.g **web**,​which is the root directory of version 0.7.1),​store it in a suitable place and named web-backup0.7.1,​ then delete **web**.
  
-Change”razor_v7.2” ​ to “web”(the name of V0.7.1),and set $config['​base_url'​]= ‘http://192.168.1.103/web’ in **config.php**.+Change”razor_v7.2” ​ to “web”(the name of V0.7.1),and set $config['​base_url'​]= ‘http://yoururl/web’ in **config.php**.
  
en/razor/upgrade-instruction-v0-7.1-to-v0-7.2.1442306100.txt.gz · 最后更改: 2017/07/14 11:12 (外部编辑)