This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:module_manual:system_modules:module_installation [2012/06/26 07:41] – solo | en:module_manual:system_modules:module_installation [2014/03/20 06:29] (current) – shixb | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <note important> | + | On the left menu, go to the System Modules, open the page |
| + | |||
| + | This page is used to upgrade the system, install modules, upgrade the module, uninstall the module | ||
| + | |||
| + | {{: | ||
| + | |||
| + | As above, you can see the version of system, installed modules and not install modules | ||
| - | | + | **System Upgrade:** show the current version of system.If there are the new version, there will show the upgrade version. |
| - | * 进入[[en:module manual: | + | |
| + | **Installed Modules:** show the installed modules in the system.(the system upgrade to the next version,the installed modules will show the upgrade information if there is the upgrade) | ||
| + | |||
| + | **Can Be Install Module:** show the modules which can be used to install in the system | ||
| + | |||
| + | On the above picture,you can see the current version is 2.0-beta, | ||
| + | |||
| + | System upgrade step ,include | ||
| + | |||
| + | | ||
| + | * Download the upgrad file by manual(if there is no upgrade files in the system by auto) | ||
| + | |||
| + | The system upgrade file need to put into / | ||
| + | |||
| + | {{:en:module_manual:system_modules: | ||
| + | |||
| + | * System auto download the upgrade file | ||
| + | On System -> Settings page,under the `ADVANCED SETTINGS SYSTEM` menu,you can see the `Auto Download UpgradePack` parameter.If it is yes,then the system | ||
| + | * Manually download | ||
| + | If you see the upgrade information, | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Choose one to download, | ||
| + | |||
| + | * Upload by FTP tools | ||
| + | * Upload by click the upload button on the page | ||
| + | |||
| + | When click the upgrade button,it will show: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | If you want to continue, | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | In the upgrade process, | ||
| + | |||
| + | * Upgrade package MD5 check error,like this: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | * Configure file error,like below: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | <note tip>For above problems, | ||
| + | |||
| + | * Stop upgrade process | ||
| + | |||
| + | {{: | ||
| + | |||
| + | It doesn' | ||
| + | |||
| + | chmod 777 / | ||
| + | |||
| + | let the app_controller.php file's permision to 777 | ||
| + | |||
| + | * 413 Request Entity Too Large | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Use SSH tool to login the system,then execute this code: | ||
| + | |||
| + | vi / | ||
| + | |||
| + | open the PHP configure file,and find : | ||
| + | |||
| + | upload_max_filesize = 20M | ||
| + | |||
| + | change 20M to 80M(the value need to high the file size of upgrade package) | ||
| + | |||
| + | upload_max_filesize = 80M | ||
| + | |||
| + | and execute : | ||
| + | |||
| + | vi / | ||
| + | |||
| + | open the nginx configure file, | ||
| + | |||
| + | client_max_body_size 20M; | ||
| + | |||
| + | change 20M to 80M | ||
| + | |||
| + | client_max_body_size 80M; | ||
| - | {{: | + | save the change,then execute |
| - | * 选择需要安装的模块,点击后面的安装按钮 | + | service nginx restart |
| - | {{: | + | restart Nginx server, and upload again. |
| - | {{: | ||
| - | * 安装完毕后,在左侧栏能看到相应模块的管理菜单 | ||
| - | {{: | ||