| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 |
| zh:下载和安装:安装 [2014/05/31 01:35] – 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文件刻录到光盘里面,找一台服务器,将光盘插入驱动器,并且设置成光盘启动 |
| {{:zh:下载和安装:iso_password.png?|}} | {{:zh:下载和安装:iso_password.png?|}} |
| |
| * 开始自动安装, 根据机器配置不同,该操作大约耗费10分钟 | * 如果使用了不太安全的密码,系统会给予提示,请重新设置密码,或者点击Use Anyway继续 |
| |
| <note important>在系统安装过程中,将会进行一次重新启动,请确保第二次启动时系统从硬盘而不是光盘驱动器启动</note> | {{:zh:下载和安装:iso_weak_password.png?|}} |
| |
| {{:zh:下载和安装:installation.jpg|}} | * 开始自动安装, 根据机器配置不同,该操作大约耗费10分钟 |
| |
| * 全部安装结束后,您将看到登陆提示符如下 | <note important>在系统安装过程中,将会进行一次重新启动,请确保第二次启动时系统从硬盘而不是光盘驱动器启动</note> |
| |
| {{:zh:下载和安装:login.jpg|}} | {{:zh:下载和安装:iso_rpm.png?|}} |
| |
| * 使用root和您在安装过程中设定的密码登入系统,系统将提示当前服务器IP | * 全部安装结束后,您将看到登陆提示符如下 |
| |
| {{:zh:下载和安装:login_1.jpg|}} | {{:zh:下载和安装:iso_login.png?|}} |
| |
| * 打开浏览器, 输入IP地址, 如果一切顺利, 您将看到asterCC登陆界面 | * 使用root和您在安装过程中设定的密码登入系统,系统将提示当前服务器IP |
| |
| <note important>asterCC支持的浏览器包括: chrome,Firefox,IE9+</note> | {{:zh:下载和安装:iso_logged.png?|}} |
| |
| {{:zh:下载和安装:login_2.jpg|}} | * 打开浏览器, 输入IP地址, 如果一切顺利, 您将看到asterCC登陆界面 |
| |
| * 初次安装后默认的系统管理员密码为admin/admin, 由于通过光盘安装后系统默认设定的语言为英语,我们需要修改为中文 | <note important>asterCC支持的浏览器包括: Chrome,Firefox,如果你正在使用IE,建议安装系统支持的浏览器</note> |
| * 左侧菜单点击 系统设置 -> 系统设置,双击编辑,将系统默认语言和呼入语音默认语言改为中文 | |
| | |
| {{:zh:下载和安装:系统设置.jpg?768|}} | |
| |
| | * 请继续阅读[[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> |
| |
| |