ERPNext Installation Steps - jigneshpshah/greycube_helpmanual GitHub Wiki

usr: root

sudo apt-get update

sudo apt-get install python-minimal

sudo apt-get install build-essential python-setuptools

sudo adduser frappe

sudo usermod -aG sudo frappe

su - frappe

usr: frappe

wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py

sudo python install.py --production

bench setup backups

for SSL must

$ sudo apt install libssl1.0-dev



For v11

=== curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

restart terminal

nvm --version

nvm install 8.2.1

bench setup requirements

bench build

====

sudo chown -R $USER:$GROUP ~/.npm

sudo chown -R $USER:$GROUP ~/.config

  1. sudo npm install -g yarn

  2. sudo python install.py --production

npm install chalk ( if required)

  1. bench setup requirements

  2. bench build

bench restart


To Install sudo on Scaleway

apt install sudo

Install sudo with option Y

To Install Specific Branch Version e.g. 10

If you’re using the easy install script, you can add the --frappe-branch v10.x.x argument and --erpnext-branch v10.x.x argument like so:

sudo python install.py --production --user frappe --frappe-branch v10.x.x --erpnext-branch v10.x.x

================ To update Yarn Package curl --compressed -o- -L https://yarnpkg.com/install.sh | bash