This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:download_and_install:upgrade:core-2.0-beta [2013/11/05 07:09] menglj created |
en:download_and_install:upgrade:core-2.0-beta [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====内核从core-1.2.2版本升级至core-2.0-beta版本===== | + | =====Upgrade The Core Version From core-1.2.2 To core-2.0-beta===== |
| - | 登陆系统,进入系统模块管理页面。 | + | Login system, Access to the "System Modules" page. |
| {{:zh:下载和安装:升级:系统模块管理页面.jpg?768|}} | {{:zh:下载和安装:升级:系统模块管理页面.jpg?768|}} | ||
| - | 可以看见系统内核有新版本,点击【下载】按钮,获取内核升级包。 | + | You can see a upgrade tip about the new version of OS kernel, Click 【DOWNLOAD】 button. |
| {{:zh:下载和安装:升级:下载内核包.jpg?768|}} | {{:zh:下载和安装:升级:下载内核包.jpg?768|}} | ||
| - | 升级包下载完毕后,你可以通过此页面,将升级包上传至服务器(你也可以使用ftp工具,将升级包直接传至/var/www/html/asterCC/data/_cache目录下)。 | + | After download,you can upload the upgrade packages to the upload directory of your server. |
| + | |||
| + | And you can also use the FTP tool to upload the upgrade packages to the __/var/www/html/asterCC/data/_cache__ directory. | ||
| {{:zh:下载和安装:升级:上传包.jpg?768|}} | {{:zh:下载和安装:升级:上传包.jpg?768|}} | ||
| - | 升级包上传完毕后,再次刷新系统模块管理页面,你会发现之前的【下载】按钮已变为【升级】按钮。 | + | When finished uploading, refresh the page. You can see the 【DOWNLOAD】 button has been changed to 【UPGRADE】. |
| {{:zh:下载和安装:升级:页面升级.jpg?768|}} | {{:zh:下载和安装:升级:页面升级.jpg?768|}} | ||
| - | 由于core-2.0-beta版本升级具有特殊性,无法使用页面【升级】按钮。需要通过ssh工具,登陆到服务器,进行后台升级。 | + | It's special for upgrading to core-2.0-beta version. Can't use the 【UPGRADE】 button to finish it. |
| - | {{:zh:下载和安装:升级:ssh工具.jpg?768|}} | + | Just use the SSH to login the server and update on the background. |
| - | 首先,执行命令 cd /var/www/html/asterCC/data/_cache 进入升级目录。 | + | {{:zh:下载和安装:升级:ssh工具.jpg|}} |
| + | |||
| + | First, execute the command: __cd /var/www/html/asterCC/data/_cache__ | ||
| {{:zh:下载和安装:升级:进入cache目录.jpg?768|}} | {{:zh:下载和安装:升级:进入cache目录.jpg?768|}} | ||
| - | <note>升级包命名规则介绍 | + | <note>The name rules of upgrade package |
| - | core-2.0-beta 代表版本名称 | + | core-2.0-beta Version Name |
| - | -patch 代表升级包的意思,如果没有-patch,代表安装包。 | + | -patch upgrade package, if there isn't -patch, it's the installation package. |
| - | -i386 或 -x86_64 代表此包适合多少位系统,如果没有此标识,代表此包具有兼容性,适合任何操作系统。 | + | -i386 or -x86_64 This means the package match with the bit of system.If there isn't this,it will be compatible for any operating system. |
| - | .tar.gz 是固定的压缩包后缀名。</note> | + | .tar.gz Compressed suffix</note> |
| - | 其次,解压升级包,以64位操作系统为例,执行命令 tar zxf core-2.0-beta-patch-x86_64.tar.gz | + | Second, for example 64 bit system, execute command: __tar zxf core-2.0-beta-patch-x86_64.tar.gz__ to untar the upgrade package. |
| - | 再次,解压完毕后,进入升级包目录,执行命令 cd core-2.0-beta-patch-x86_64 | + | Third, Entered the upgrade package directory, execute the command: __cd core-2.0-beta-patch-x86_64__ |
| - | 最后,执行升级命令 php install.php | + | Last, execute the command: php install.php |
| {{:zh:下载和安装:升级:执行install命令.jpg?768|}} | {{:zh:下载和安装:升级:执行install命令.jpg?768|}} | ||
| - | 升级速度,决定于数据库数据的大小,请耐心等候。 | + | When upgrading, please be patient. |
| - | 当你看到如下提示时,代表升级成功 | + | When you see the following tips, the upgrade has been finished successfully |
| {{:zh:下载和安装:升级:成功提示.jpg?768|}} | {{:zh:下载和安装:升级:成功提示.jpg?768|}} | ||
| - | 当你看到如下提示时,代表升级过程中遇到错误 | + | When you see the following error, it occurs an error when upgrading. |
| {{:zh:下载和安装:升级:错误提示.jpg?768|}} | {{:zh:下载和安装:升级:错误提示.jpg?768|}} | ||
| - | 你可以根据提示,手动执行此条命令。如果还是无法成功,请与我们取得联系。 | + | According to the prompt information, execute this command manually. If it can not resolve the error, please contact us. |
| - | 当你看到如下提示时,代表升级中断 | + | When you see the following tips, it means the upgrade was interrupted |
| {{:zh:下载和安装:升级:中断提示.jpg?768|}} | {{:zh:下载和安装:升级:中断提示.jpg?768|}} | ||
| - | 根据提示信息,你可以看到中断原因,手动排除后,再次进入升级包目录,重新执行升级命令 php install.php | + | According to the prompt information, you can see the reason for interrupt, manually resolve it, re-entered the upgrade package directory, execute command : __php install.php__ |
| - | =====基于core-2.0-beta版本的模块升级===== | + | =====Core-2.0-beta version of the upgrade module based on===== |
| - | 系统内核升级完毕后,登陆系统,进入系统模块管理页面。 | + | Login system, Access to the "System Modules" page. |
| {{:zh:下载和安装:升级:系统模块管理页面.jpg?768|}} | {{:zh:下载和安装:升级:系统模块管理页面.jpg?768|}} | ||
| - | 在已安装模块列表可以看到哪些模块需要升级(需升级模块后方都有一个【下载】按钮)。 | + | In the Installed Modules you can see which modules need to upgrade (There is a 【DOWNLOAD】 button after upgrade module). |
| {{:zh:下载和安装:升级:下载模块包.jpg?768|}} | {{:zh:下载和安装:升级:下载模块包.jpg?768|}} | ||
| - | 下载模块升级包,通过此页面上传至服务器,或使用ftp工具,将模块升级包直接传至/var/www/html/asterCC/data/_cache目录下。 | + | After download,you can upload the upgrade packages to the upload directory of your server. |
| + | |||
| + | And you can also use the FTP tool to upload the upgrade packages to the __/var/www/html/asterCC/data/_cache__ directory. | ||
| {{:zh:下载和安装:升级:上传包.jpg?768|}} | {{:zh:下载和安装:升级:上传包.jpg?768|}} | ||
| - | 上述操作完成后,刷新系统模块管理页面,你会发现之前的【下载】按钮已变为【升级】按钮。 | + | When finished uploading, refresh the page, You can see the 【DOWNLOAD】 button has been changed to 【UPGRADE】. |
| {{:zh:下载和安装:升级:页面升级.jpg?768|}} | {{:zh:下载和安装:升级:页面升级.jpg?768|}} | ||
| - | 点击【升级】按钮,升级时请耐心等待,不要离开此页面,直到看见如下信息时,代表升级成功。 | + | Click 【UPGRADE】 button, please be patient. |
| + | |||
| + | When you see the following tips, the upgrade has been finished successfully. | ||
| {{:zh:下载和安装:升级:页面升级过程.jpg?768|}} | {{:zh:下载和安装:升级:页面升级过程.jpg?768|}} | ||
| Line 85: | Line 93: | ||
| {{:zh:下载和安装:升级:页面升级成功.jpg?768|}} | {{:zh:下载和安装:升级:页面升级成功.jpg?768|}} | ||
| - | 同样,你也可以向内核升级时一样,通过系统后台进行升级。 | + | Similarly, you can also upgrade module on the background. |
| - | 进入升级目录 cd /var/www/html/asterCC/data/_cache | + | __cd /var/www/html/asterCC/data/_cache__ to enter the update directory |
| - | 解压你要升级的模块包 tar zxf 升级包全名 | + | __tar zxf PackageName__ to untar module upgrade package: |
| - | 进入升级包目录,执行升级程序 php install.php | + | Entered the upgrade package directory, execute the command: __php install.php__ |
| - | 看到类似下图的提示,代表升级成功 | + | See the information as follow, the upgrade has been finished successfully |
| {{:zh:下载和安装:升级:成功提示.jpg?768|}} | {{:zh:下载和安装:升级:成功提示.jpg?768|}} | ||