| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 |
| zh:下载和安装:安装 [2014/05/31 02:09] – [使用ISO光盘全自动安装] solo | zh:下载和安装:安装 [2018/01/20 04:29] (当前版本) – solo |
|---|
| =====使用ISO光盘全自动安装===== | =====使用ISO光盘全自动安装===== |
| |
| * 首先到astercc网站(http://cn.astercc.org/downloads)下载ISO文件用于刻录安装光盘, 请根据CPU位数选择i386(32位CPU)或者x86_64(64位CPU)版本 | * 首先到astercc网站([[http://cn.astercc.com/%E5%91%BC%E5%8F%AB%E4%B8%AD%E5%BF%83%E7%B3%BB%E7%BB%9F%E4%B8%8B%E8%BD%BD/|http://cn.astercc.com/呼叫中心系统下载/]])下载ISO文件用于刻录安装光盘, 请注意ISO只提供针对64位CPU的版本 |
| |
| {{:zh:下载和安装:下载页面.jpg?&650|}} | {{:zh:下载和安装:呼叫中心系统下载.png?650|}} |
| |
| * 使用刻录工具将下载好的ISO文件刻录到光盘里面,找一台服务器,将光盘插入驱动器,并且设置成光盘启动 | * 使用刻录工具将下载好的ISO文件刻录到光盘里面,找一台服务器,将光盘插入驱动器,并且设置成光盘启动 |
| * 打开浏览器, 输入IP地址, 如果一切顺利, 您将看到asterCC登陆界面 | * 打开浏览器, 输入IP地址, 如果一切顺利, 您将看到asterCC登陆界面 |
| |
| <note important>asterCC支持的浏览器包括: chrome,Firefox</note> | <note important>asterCC支持的浏览器包括: Chrome,Firefox,如果你正在使用IE,建议安装系统支持的浏览器</note> |
| |
| * 请继续阅读[[zh:新手上路]] | * 请继续阅读[[zh:新手上路]] |
| =====下载自动安装脚本安装===== | =====下载自动安装脚本安装===== |
| * 首先到astercc网站下载自动安装脚本 http://cn.astercc.org/downloads | * 首先到astercc网站下载自动安装脚本 [[http://cn.astercc.com/%E5%91%BC%E5%8F%AB%E4%B8%AD%E5%BF%83%E7%B3%BB%E7%BB%9F%E4%B8%8B%E8%BD%BD/]] |
| <note>请选择跟你系统相配的安装脚本 | <note>请选择跟你系统相配的安装脚本 |
| Redhad/Centos系统选择CentOS | Redhad/Centos系统选择CentOS |
| 对于CentOS/Redhat | 对于CentOS/Redhat |
| <code> | <code> |
| wget http://astercc.org/download/install_asterCC_Commercial_CentOS.sh | wget http://download1.astercc.org/install_asterCC_Commercial_CentOS.sh |
| chmod +x ./install_asterCC_Commercial_CentOS.sh | chmod +x ./install_asterCC_Commercial_CentOS.sh |
| ./install_asterCC_Commercial_CentOS.sh | ./install_asterCC_Commercial_CentOS.sh |
| 对于Ubuntu | 对于Ubuntu |
| <code> | <code> |
| wget http://astercc.org/download/install_asterCC_Commercial_Ubuntu.sh | wget http://download1.astercc.org/install_asterCC_Commercial_Ubuntu.sh |
| chmod +x ./install_asterCC_Commercial_Ubuntu.sh | chmod +x ./install_asterCC_Commercial_Ubuntu.sh |
| ./install_asterCC_Commercial_Ubuntu.sh | ./install_asterCC_Commercial_Ubuntu.sh |
| </code> | </code> |