這是本文檔舊的修訂版!
FAQ
General Usage
What license is Cobub Razor under?
Cobub Razor follows two types of licenses.
For the Cobub Razor Web, it is under the
GPL V3 license, which basically means you are free to do as you want. You must however keep the software under the
GPL V3 license.
For the Cobub Razor SDKs (Andoird/iOS/WinPhone), they are under the
LGPL V3 license.
Troubleshooting
Why I can not pass the directories and files permission check when Install Cobub Razor under Linux?
In order to authorize access permission, you should make Cobub Razor has rights to read, write and execute the directories and files displayed in Installation page.
For Apache users:
Get the running user name of httpd process.
Normally, httpd user is nobody or apache or _www or others depends on your system configuration.
Authorize permission to this user to access Cobub Razor.
For Nignx users:
Get the running user name of httpd process.
Normally, httpd user is nobody or apache or _www or others depends on your system configuration.
Authorize permission to this user to access Cobub Razor.
Some users like use chmod 777 to authorize all permissions. This method can be passed by permission check, but it will bring high level security risk for your system. So it is not suggested.