2013-06-21 17:55:43 +05:30
---
{
"_label": "How to Install ERPNext",
"_toc": [
2013-08-07 16:19:30 +05:30
"docs.dev.install.restore_from_backup"
2013-06-21 17:55:43 +05:30
]
}
---
> 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](docs.user.intro.try.html).
2013-07-15 11:43:24 +05:30
### ERPNext Installer (Beta)
Install ERPNext in one command!
1. Switch to root user using `sudo su`
2013-08-07 16:19:30 +05:30
1. Create a folder where you want to install erpnext
1. Go to the new folder
2013-07-16 12:05:41 +05:30
1. `wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py`
2013-07-15 11:43:24 +05:30
1. `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](https://groups.google.com/forum/#!forum/erpnext-developer-forum)
2013-08-07 16:19:30 +05:30
> [Troubleshooting SELinux](http://www.crypt.gen.nz/selinux/disable_selinux.html)
2013-07-15 11:43:24 +05:30
--
2013-08-07 16:19:30 +05:30
2013-07-15 11:43:24 +05:30
> [Server Setup Tips](http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers)
2013-08-07 16:19:30 +05:30
> [MySQL configuration file - my.cnf](https://github.com/webnotes/erpnext/wiki/MySQL-configuration-file)
2013-07-15 11:43:24 +05:30
2013-08-07 16:19:30 +05:30
> [Some Useful Aliases](https://github.com/webnotes/erpnext/wiki/Some-Useful-Aliases)
2013-07-15 11:43:24 +05:30
---
### Upgrade / run latest patches
1. Backup your database!
2013-08-07 16:19:30 +05:30
1. Go to Setup > Update ERPNext
1. Click on 'Update'