這里會顯示出您選擇的修訂版和當前版本之間的差別。
兩側同時換到之前的修訂記錄 前一修訂版 后一修訂版 | 前一修訂版 | ||
en:razor:faq [2015/03/19 10:06] cobub [Why I can not pass the directories and files permission check when Install Cobub Razor under Linux?] |
en:razor:faq [2017/07/14 11:18] (當前版本) |
||
---|---|---|---|
行 1: | 行 1: | ||
+ | ~~Title:Cobub Razor FAQ - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center~~ | ||
+ | {{description>Cobub Razor is an Open Source Mobile Analytics. FAQ.}} | ||
+ | {{keywords>Cobub Razor,open source mobile analytics,mobile analytics,mobile app analytics, FAQ, questions, answers}} | ||
+ | |||
====== FAQ ====== | ====== FAQ ====== | ||
===== General Usage ===== | ===== General Usage ===== | ||
行 41: | 行 45: | ||
Please confirm that: | Please confirm that: | ||
- | - Scheduled tasks are configured sucessfully, you can access the table _log in data warehouse to check if scheduled tasks run successfully. | + | - [[en:razor:auto-archiving|Scheduled tasks are configured sucessfully]], you can access the table _log in data warehouse to check if scheduled tasks run successfully. |
- In v0.2 and below version, user should upload a .apk file and input version value under Auto Update function in Channel Management; | - In v0.2 and below version, user should upload a .apk file and input version value under Auto Update function in Channel Management; | ||
- | - Identify the TimeZone is correct. Open application/config/config.php file, confirm that $config['timezones'] value has been set. For example, UTC +8 timezone will set $config['timezones'] = ‘UP8′. More information about your timezone, please refer to here; | + | - Identify the TimeZone is correct. Open application/config/config.php file, confirm that $config['timezones'] value has been set. For example, UTC +8 timezone will set $config['timezones'] = ‘UP8′. More information about your timezone, please refer to [[https://ellislab.com/codeigniter/user-guide/helpers/date_helper.html|here]]; |
- Scheduled tasks run every hour to extract last hour’s data in default. If users want to exact the data manually,three stored procedures can be run: | - Scheduled tasks run every hour to extract last hour’s data in default. If users want to exact the data manually,three stored procedures can be run: | ||
- | * For examples, current date is 2012-09-01,time is 16:10:10, client data uploaded at 15:55:55, then? | + | * For examples, current date is 2012-09-01,time is 16:10:10, client data uploaded at 15:55:55, then? |
- | * call rundim(); // (extract dimension table data)? | + | * call rundim(); ? |
- | * call runfact(’2012-9-1 15:00:00′,’2012-9-1 15:59:59′); //extract fact table data,the time duration is last hour’s duration? | + | * call runfact(’2012-9-1 15:00:00′,’2012-9-1 15:59:59′); ? |
- | * call runsum(’2012-9-1′); //summary that day’s data | + | * call runsum(’2012-9-1′); |
+ | ===== Developing Cobub Razor ===== | ||
+ | |||
+ | |||
+ | ==== What is Cobub Razor written in? ==== | ||
+ | |||
+ | |||
+ | Cobub Razor is written in PHP for web side, using the [[http://www.codeigniter.com/|CodeIgnitor]] web framework. | ||
+ | |||
+ | For SDKs, | ||
+ | |||
+ | * Android SDK using Java language | ||
+ | * iOS SDK using Objective-C language | ||
+ | * Windows Phone SDK using C# language | ||
+ | |||
+ | ==== Where do I submit patches for Cobub Razor? ==== | ||
+ | |||
+ | |||
+ | Patches to Cobub Razor should be submitted through Github’s Pull Requests. |