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