Skip to content

Install ERPNext on Debian based systems

anandpdoshi edited this page Jan 22, 2013 · 12 revisions

If not root user

sudo su

Installing Pre-Requisites

cd ~
apt-get install python -y
apt-get install python-setuptools -y
easy_install pip
apt-get install python-mysqldb -y
pip install pytz
pip install python-dateutil
pip install jinja2
pip install markdown2
pip install termcolor
pip install python-memcached
pip install requests
apt-get install apache -y
service httpd start
apt-get install mysql -y
apt-get install mysql-server -y
apt-get install mysql-devel -y
service mysqld start
apt-get install git -y
apt-get 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

apt-get install ntp -y
service ntpd start
apt-get install vim -y
apt-get install screen -y
apt-get install htop -y
Clone this wiki locally