oot@server1 [~]# mkdir erpnext
root@server1 [~]# cd erpnext
Resolving raw.github.com... 199.27.73.133
HTTP request sent, awaiting response... 200 OK
Length: 10758 (11K) [text/plain]
Saving to: `install_erpnext.py'
100%[======================================>] 10,758 --.-K/s in 0s
2013-09-25 07:02:08 (50.9 MB/s) - `install_erpnext.py' saved [10758/10758]
root@server1 [~/erpnext]# python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution = centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
python python-setuptools gcc python-devel MySQL-python httpd git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
.
.
.
Traceback (most recent call last):
File "install_erpnext.py", line 348, in <module>
install()
File "install_erpnext.py", line 13, in install
install_pre_requisites()
File "install_erpnext.py", line 25, in install_pre_requisites
install_using_yum()
File "install_erpnext.py", line 90, in install_using_yum
update_config_for_redhat()
File "install_erpnext.py", line 106, in update_config_for_redhat
exec_in_shell("chkconfig --level 2345 %s on" % service)
File "install_erpnext.py", line 341, in exec_in_shell
raise Exception, err
Exception: error reading information on service mysqld: No such file or directory