用户工具

站点工具


差别

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

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
en:razor:how-to-install-cobub-razor-manually [2015/03/18 15:09]
cobub [3. Modify the configuration]
en:razor:how-to-install-cobub-razor-manually [2017/07/14 11:18] (当前版本)
行 1: 行 1:
-====== ​How to install Cobub Razor manually? ====== +~~Title:​Cobub Razor How to install Cobub Razor manually ​- Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center~~ 
-This document ​is valid for Version 0.7 of Cobub Razor. Check out the [[en:​razor:​release-note|release note]] +{{description>​Cobub Razor is an Open Source Mobile AnalyticsHow to install ​Cobub Razor manually}} 
-This document is for those who could not install ​Cobub Razor using the installation ​wizard.+{{keywords>​Cobub Razor,open source mobile analytics,​mobile analytics,​mobile app analytics, install manually, ​installation}}
  
-  * [[#Prepare for Installation|Prepare for Installation]] +====== How to install ​Cobub Razor manually? ======
-  * [[#​Install ​Cobub Razor manually|Start the Installation]]+
  
  
行 12: 行 11:
   * A web server, shared hosting or dedicated server.   * A web server, shared hosting or dedicated server.
   * Check out the [[en:​razor:​install-requirements|System Environment Requirements]].   * Check out the [[en:​razor:​install-requirements|System Environment Requirements]].
-  * Download the [[en:​downloads|latest release of Cobub Razor]].+  * Download the [[http://​www.cobub.com/​en/​downloads/|latest release of Cobub Razor]].
   * Unzip the zip file, and you will get a folder, whose name such as **cobub-razor-237c064** which contains files and directories(e.g. sdk, web), you can rename **cobub-razor-237c064** to a simple name such as **razor** as you like.   * Unzip the zip file, and you will get a folder, whose name such as **cobub-razor-237c064** which contains files and directories(e.g. sdk, web), you can rename **cobub-razor-237c064** to a simple name such as **razor** as you like.
  
行 37: 行 36:
   * database.php,​ to set your database configuration,​ change the following   * database.php,​ to set your database configuration,​ change the following
  
-<​code>​$db['​default'​] ['​hostname'​] = '​HOSTNAME';​+<​code ​php>​$db['​default'​] ['​hostname'​] = '​HOSTNAME';​
 $db['​default'​] ['​username'​] = '​USERNAME';​ $db['​default'​] ['​username'​] = '​USERNAME';​
 $db['​default'​] ['​password'​] = '​PASSWORD';​ $db['​default'​] ['​password'​] = '​PASSWORD';​
行 44: 行 43:
 </​code>​ </​code>​
 to your own setting: to your own setting:
-<​code>​$db['​default'​] ['​hostname'​] = '​localhost';​+<​code ​php>​$db['​default'​] ['​hostname'​] = '​localhost';​
 $db['​default'​] ['​username'​] = '​cobub';​ $db['​default'​] ['​username'​] = '​cobub';​
 $db['​default'​] ['​password'​] = '​cobub';​ $db['​default'​] ['​password'​] = '​cobub';​
行 50: 行 49:
 $db['​default'​] ['​dbprefix'​] = '​razor_';</​code>​ $db['​default'​] ['​dbprefix'​] = '​razor_';</​code>​
 Change data warehouse setting Change data warehouse setting
-<​code>​$db['​dw'​] ['​hostname'​] = '​DWHOSTNAME';​+<​code ​php>​$db['​dw'​] ['​hostname'​] = '​DWHOSTNAME';​
 $db['​dw'​] ['​username'​] = '​DWUSERNAME';​ $db['​dw'​] ['​username'​] = '​DWUSERNAME';​
 $db['​dw'​] ['​password'​] = '​DWPASSWORD';​ $db['​dw'​] ['​password'​] = '​DWPASSWORD';​
行 57: 行 56:
 $db['​dw'​] ['​dbprefix'​] = '​DWDBPREFIX';</​code>​ $db['​dw'​] ['​dbprefix'​] = '​DWDBPREFIX';</​code>​
 to your own data ware house setting, eg to your own data ware house setting, eg
-<​code>​ $db['​dw'​] ['​hostname'​] = '​localhost';​+<​code ​php> $db['​dw'​] ['​hostname'​] = '​localhost';​
 $db['​dw'​] ['​username'​] = '​cobub';​ $db['​dw'​] ['​username'​] = '​cobub';​
 $db['​dw'​] ['​password'​] = '​cobub';​ $db['​dw'​] ['​password'​] = '​cobub';​
en/razor/how-to-install-cobub-razor-manually.1426662551.txt.gz · 最后更改: 2017/07/14 11:12 (外部编辑)