| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 |
| zh:下载和安装:安装 [2014/05/31 02:01] – [使用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:下载和安装:web_login_with_language_options.png?|}} | * 请继续阅读[[zh:新手上路]] |
| | |
| * 初次安装后默认的系统管理员密码为admin/admin, 登录时选择中文 | |
| * 登陆后系统首先会进行一些初始化设置,请耐心等待 | |
| | |
| {{:zh:下载和安装:web_init.png?768|}} | |
| | |
| * 选择系统使用的默认语言 | |
| | |
| {{:zh:下载和安装:web_init_language.png?768|}} | |
| | |
| * 你可以选择导入演示数据便于快速使用,或者不导入任何数据 | |
| * 请输入一个管理员邮件地址便于接受系统信息 | |
| {{:zh:下载和安装:init_email.png?768|}} | |
| =====下载自动安装脚本安装===== | =====下载自动安装脚本安装===== |
| * 首先到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> |