On this weblog, we’re going to discover ways to set up ERPNext on the Ubuntu server.
First, we’ll create a brand new consumer and supply sudo entry to it, we’ll use this consumer for all of the ERPNext-related operations. We’re making a consumer “webkul” you may give it any title accordingly.
sudo adduser webkul usermod -aG sudo webkul
After that change to the brand new consumer.
su webkul cd /dwelling/webkul
Earlier than putting in ERPNext we have to set up different packages that are required for Erpnext.
Git
sudo apt-get set up git
Python
sudo apt-get set up python3-dev python3.10-dev python3-setuptools python3-pip python3-distutils
Python Digital Setting
sudo apt-get set up python3.10-venv
Software program Properties Frequent
sudo apt-get set up software-properties-common
MariaDB (database)
sudo apt set up mariadb-server mariadb-client
Redis Server
sudo apt-get set up redis-server
Different Packages
sudo apt-get set up xvfb libfontconfig wkhtmltopdf
MySQL database growth recordsdata
sudo apt-get set up libmysqlclient-dev
Now Configure the MariaDB Server by working the next command.
sudo mysql_secure_installation
(While you run this command, the server will present the next prompts.)
* Enter present password for root: (Enter your SSH root consumer password) * Change to unix_socket authentication [Y/n]: Y * Change the basis password? [Y/n]: Y (It would ask you to set new MySQL root password at this step. This may be totally different from the SSH root consumer password.) * Take away nameless customers? [Y/n] Y * Disallow root login remotely? [Y/n]: N * Take away check database and entry to it? [Y/n]: Y * Reload privilege tables now? [Y/n]: Y
Now edit the MySQL config file as under.
sudo nano /and many others/mysql/my.cnf
Add the next content material to it.
[mysqld] character-set-client-handshake = FALSE character-set-server = utf8mb4 collation-server = utf8mb4_unicode_ci [mysql] default-character-set = utf8mb4
Now restart the DB server
sudo service mariadb restart
CURL
sudo apt set up curl
Node
curl https://uncooked.githubusercontent.com/creationix/nvm/grasp/set up.sh | bash supply ~/.profile nvm set up 16.15.0
NPM
sudo apt-get set up npm
Yarn
sudo npm set up -g yarn
Frappe Bench (Bench is a CLI software to handle Frappe apps)
sudo pip3 set up frappe-bench
Initialize Frappe Bench
bench init --frappe-branch version-14 frappe-bench
Change to Frappe Bench listing
cd frappe-bench
Create a New Web site
(A website is required in ERPNext.)
bench new-site demo bench use demo
Now Set up ERPNext
bench get-app --branch version-14 erpnext bench --site demo install-app erpnext bench begin
NEED HELP?
Hope you discover the information useful! Please be happy to share your suggestions within the feedback under.
If you happen to nonetheless have any points/queries relating to tips on how to set up ERPNext on Ubuntu server, please increase a ticket at https://webkul.uvdesk.com/en/buyer/create-ticket/.
Additionally, please discover our Odoo growth companies & an intensive vary of high quality Odoo Apps.
For any doubt, contact us at [email protected].
Thanks for paying consideration!!
On this weblog, we’re going to discover ways to set up ERPNext on the Ubuntu server.
First, we’ll create a brand new consumer and supply sudo entry to it, we’ll use this consumer for all of the ERPNext-related operations. We’re making a consumer “webkul” you may give it any title accordingly.
sudo adduser webkul usermod -aG sudo webkul
After that change to the brand new consumer.
su webkul cd /dwelling/webkul
Earlier than putting in ERPNext we have to set up different packages that are required for Erpnext.
Git
sudo apt-get set up git
Python
sudo apt-get set up python3-dev python3.10-dev python3-setuptools python3-pip python3-distutils
Python Digital Setting
sudo apt-get set up python3.10-venv
Software program Properties Frequent
sudo apt-get set up software-properties-common
MariaDB (database)
sudo apt set up mariadb-server mariadb-client
Redis Server
sudo apt-get set up redis-server
Different Packages
sudo apt-get set up xvfb libfontconfig wkhtmltopdf
MySQL database growth recordsdata
sudo apt-get set up libmysqlclient-dev
Now Configure the MariaDB Server by working the next command.
sudo mysql_secure_installation
(While you run this command, the server will present the next prompts.)
* Enter present password for root: (Enter your SSH root consumer password) * Change to unix_socket authentication [Y/n]: Y * Change the basis password? [Y/n]: Y (It would ask you to set new MySQL root password at this step. This may be totally different from the SSH root consumer password.) * Take away nameless customers? [Y/n] Y * Disallow root login remotely? [Y/n]: N * Take away check database and entry to it? [Y/n]: Y * Reload privilege tables now? [Y/n]: Y
Now edit the MySQL config file as under.
sudo nano /and many others/mysql/my.cnf
Add the next content material to it.
[mysqld] character-set-client-handshake = FALSE character-set-server = utf8mb4 collation-server = utf8mb4_unicode_ci [mysql] default-character-set = utf8mb4
Now restart the DB server
sudo service mariadb restart
CURL
sudo apt set up curl
Node
curl https://uncooked.githubusercontent.com/creationix/nvm/grasp/set up.sh | bash supply ~/.profile nvm set up 16.15.0
NPM
sudo apt-get set up npm
Yarn
sudo npm set up -g yarn
Frappe Bench (Bench is a CLI software to handle Frappe apps)
sudo pip3 set up frappe-bench
Initialize Frappe Bench
bench init --frappe-branch version-14 frappe-bench
Change to Frappe Bench listing
cd frappe-bench
Create a New Web site
(A website is required in ERPNext.)
bench new-site demo bench use demo
Now Set up ERPNext
bench get-app --branch version-14 erpnext bench --site demo install-app erpnext bench begin
NEED HELP?
Hope you discover the information useful! Please be happy to share your suggestions within the feedback under.
If you happen to nonetheless have any points/queries relating to tips on how to set up ERPNext on Ubuntu server, please increase a ticket at https://webkul.uvdesk.com/en/buyer/create-ticket/.
Additionally, please discover our Odoo growth companies & an intensive vary of high quality Odoo Apps.
For any doubt, contact us at [email protected].
Thanks for paying consideration!!