CentOS7安装Odoo8系统
-
1、odoo相关密码设置:
在开始安装前,我们将定义两个密码。第一个为odoo服务器访问PostgreSQL数据库,我们将
安装产生的强随机密码。第二个是Odoo主密码,您将使用
创建odoo数据库安装完成后。不要担心这些了。安装完成后你会在配置文件中找到这两odoo
密码(/etc/odoo-server.conf)。
输入代码如下:
ODOO_POSTGRES_PASSWORD=< /dev/urandom tr -dc _A-Z-a-z-0-9 | head<br />-c${1:-20};echo;
ODOO_DB_ADMIN_PASSWORD=< /dev/urandom tr -dc _A-Z-a-z-0-9 | head<br />-c${1:-20};echo;
..求指导这一步怎么做啊 。。。
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login