1.3 KiB
1.3 KiB
_label | _toc | |
---|---|---|
How to Install ERPNext |
|
These are instructions that will help you to install ERPNext on your Unix like system (Linux / Ubuntu / MacOS) using the Terminal. If you are looking at easier ways to evaluate ERPNext, see this page.
ERPNext Installer (Beta)
Install ERPNext in one command!
- Switch to root user using
sudo su
- Create a folder where you want to install erpnext
- Go to the new folder
wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py
python install_erpnext.py
If you are installing on your server for deployment, remember to change Administrator's password!
If you get stuck, post your questions at ERPNext Developer Forum
--
Upgrade / run latest patches
- Backup your database!
- Go to Setup > Update ERPNext
- Click on 'Update'