-
-
Save woakes070048/d07e8b2a867e56c5eba6 to your computer and use it in GitHub Desktop.
ERPNext good install on Centos 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@hotstuff ~]# sudo bash setup_frappe.sh --setup-production | |
Installing for centos 7 amd64 | |
In case you encounter an error, you can post on https://discuss.frappe.io | |
Adding centos mariadb repo | |
Installing packages for centos. This might take time... | |
Installing wkhtmltopdf | |
Cannot install wkhtmltodpdf. Skipping... | |
Configuring CentOS services | |
Starting services | |
Adding frappe user | |
setup_frappe.sh: line 300: hash: pip-2.7: not found | |
Installing frappe-bench | |
Setting up first site | |
Frappe/ERPNext is installed successfully and is running on port 80. | |
Frappe password: 74FZ | |
MariaDB root password: isk3 | |
Administrator password: UxUi | |
The passwords are also stored at ~/frappe_passwords.txt | |
You can remove this file after making a note of the passwords. | |
[root@hotstuff ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment