====== asterCC Installation ======
there are two ways to install asterCC Commercial
* automatic install from ISO
* install from the installation shell
we suggest to use ISO installation
=====use ISO CD for automatic installation=====
* first go to http://astercc.org/downloads, download the ISO file for burning a CD, please choose i386(32 bit) or x86_64(64 bit) based CPU of the server
{{:en:download_and_install:en_download.jpg?&650|}}
* use a burning tools to burn the ISO file to a CD, then get a server, insert the CD, and config the server to boot from CD-ROM
During the installation, the harddish will be formatted
if this is the first time you use this, you could test in a virtual machine for testing
* start the server, you will see this
{{:en:download_and_install:start_up.jpg|}}
* hit Enter to continue
{{:en:download_and_install:language.jpg|}}
* select the language during the installaion
{{:en:download_and_install:warning.jpg|}}
* a warning that the hard disk will be format, select YES to continue
{{:en:download_and_install:partition.jpg|}}
* select the partition, we select use free space her(you can also select to use the entire hard disk, which will remove all existing partition), use Tab to switch between the options. select OK to continue
* if you select use whole harddisk, it will give the WARNING, just select YES to continue
{{:en:download_and_install:warning_1.jpg|}}
* select NO to skip re-check
{{:en:download_and_install:review.jpg|}}
* select YES for network config
{{:en:download_and_install:network.jpg|}}
* use space key to enable IPV4
{{:en:download_and_install:eth0.jpg|}}
* network config
{{:en:download_and_install:eth0_1.jpg|}}
* config gateway and DNS
{{:en:download_and_install:network_1.jpg|}}
* set hostname of the server
{{:en:download_and_install:hostname.jpg|}}
* select time zone
{{:en:download_and_install:timezone_sh.jpg|}}
* enter password of root user
please remember this password, and for security, please use a complex password
{{:en:download_and_install:password.jpg|}}
* installation start, it will take about 10 minutes
During the installation, system will reboot, please make sure it start up from hard disk rather than CD-ROM
{{:en:download_and_install:installation.jpg|}}
* When installation is done, you could will the login prompt
{{:en:download_and_install:login.jpg|}}
* login use user root and the password you sett during the installation, it will give the current IP of the server.
{{:en:download_and_install:login_1.jpg|}}
* open your browser, enter the IP address, if all goes well, you will see asterCC login page
asterCC supports the following browser: chrome,Firefox,IE9+
{{:en:download_and_install:login_2.jpg|}}
=====using installation script=====
* first go to http://astercc.org/downloads, download the script for asterCC Commercial installation
please download the script for your linux
for Redhad/Centos using install_asterCC_Commercial_CentOS
for Debian/Ubuntu using install_asterCC_Commercial_Ubuntu
{{:en:download_and_install:en_download_1.jpg|}}
all packages will be download to /usr/src, you can also put these packages to /usr/src to avoid long time downloading
all package version could be found in http://astercc.org/download/asterccver1
for CentOS/Redhat
wget http://download1.astercc.org/install_asterCC_Commercial_CentOS.sh
chmod +x ./install_asterCC_Commercial_CentOS.sh
./install_asterCC_Commercial_CentOS.sh
for Ubuntu
wget http://download1.astercc.org/install_asterCC_Commercial_Ubuntu.sh
chmod +x ./install_asterCC_Commercial_Ubuntu.sh
./install_asterCC_Commercial_Ubuntu.sh