一、新建erpnext所需要的用户
服务器上,请确保为ERPNext安装添加用户。。。
(在此帖子中每个帖子中都用您的用户名替换[USER])
adduser [USER]usermod -aG sudo [USER]adduser [USER] usermod -aG sudo [USER]adduser [USER] usermod -aG sudo [USER]
有输入的直接回车,有提示y的输入y回车。
二、更新系统和软件包
apt-get updateapt-get upgradeapt-get update apt-get upgradeapt-get update apt-get upgrade
三、执行一键安装脚本
su [USER]export LC_ALL=C.UTF-8sudo apt install git libffi-dev python-pip python3-minimal build-essential python3-distutils python3-setuptools libssl-dev wkhtmltopdfwget https://raw.githubusercontent.com/frappe/bench/develop/install.pysudo python3 install.py --verbose --production --user [USER] --mariadb-version 10.5 --frappe-branch version-13 --erpnext-branch version-13su [USER] export LC_ALL=C.UTF-8 sudo apt install git libffi-dev python-pip python3-minimal build-essential python3-distutils python3-setuptools libssl-dev wkhtmltopdf wget https://raw.githubusercontent.com/frappe/bench/develop/install.py sudo python3 install.py --verbose --production --user [USER] --mariadb-version 10.5 --frappe-branch version-13 --erpnext-branch version-13su [USER] export LC_ALL=C.UTF-8 sudo apt install git libffi-dev python-pip python3-minimal build-essential python3-distutils python3-setuptools libssl-dev wkhtmltopdf wget https://raw.githubusercontent.com/frappe/bench/develop/install.py sudo python3 install.py --verbose --production --user [USER] --mariadb-version 10.5 --frappe-branch version-13 --erpnext-branch version-13
© 版权声明
THE END
暂无评论内容