Manual Install ERPNext
Upgrade python sudo apt install software-properties-common -y sudo add-apt-repository ppa:deadsnakes/ppa sudo apt install python3.10
sudo apt-get update -y sudo apt-get upgrade -y
sudo adduser frappe usermod -aG sudo frappe su frappe cd /home/frappe
sudo apt install git curl python3-dev python3.10-dev python3-setuptools python3-pip python3-distutils -y
sudo apt install python3.10-venv -y
sudo apt install software-properties-common -y
sudo apt install mariadb-server mariadb-client -y
sudo apt install redis-server -y
sudo apt install xvfb libfontconfig wkhtmltopdf -y sudo apt install libmysqlclient-dev -y
sudo mysqlsecureinstallation
sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf Change this: [mysql] default-character-set = utf8mb4
[mysqld] character-set-client-handshake = FALSE character-set-server = utf8mb4 collation-server = utf8mb4unicodeci
sudo service mysql restart
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.profile
nvm install 16.15.0
sudo apt-get install npm -y
npm install -g yarn
sudo pip3 install frappe-bench
bench init frappe-bench --version version-14 --verbose bench get-app erpnext --branch version-14 --overwrite
sudo bench setup production frappe chmod -R o+rx /home/frappe sudo -A systemctl restart supervisor
use mysql; set password for 'root'@'localhost' = password('root'); flush privileges; quit
sudo nano /etc/supervisor/supervisord.conf chmod=0760 chown=frappe:frappe
No comments yet. Login to start a new discussion Start a new discussion