-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Install ERPNext on RedHat based systems
nabinhait edited this page Jan 18, 2013
·
15 revisions
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
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