Skip to content

Install ERPNext on RedHat based systems

anandpdoshi edited this page Jan 18, 2013 · 15 revisions

Installing Pre-Requisites

cd ~
yum update python -y
yum install python-setuptools -y
easy_install pip
yum install MySQL-python -y
pip install pytz
pip install python-dateutil
pip install jinja2
pip install markdown2
pip install termcolor
pip install python-memcached
pip install requests
yum install httpd -y
service httpd start
yum install mysql -y
yum install mysql-server -y
yum install mysql-devel -y
service mysqld start
yum install git -y
yum install memcached -y
memcached -d -l 127.0.0.1 -p 11211 -m 64 -u apache

memcached -d -l 127.0.0.1 -p 11211 -m [64 or more mb of ram] -u apache

Other useful programs

yum install ntp -y
service ntpd start
yum install vim -y
yum install screen -y
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -i http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
yum install htop -y
Clone this wiki locally