1、安装Ubuntu Server 14.04(略)
2、更新软件源
sudo apt-get update
3、创建odoo用户,用于运行odoo
sudo adduser --system --home=/opt/odoo --group odoo
4、安装Postgresql
sudo apt-get install postgresql
5、创建postgresql用户
sudo su - postgres
createuser --createdb --username postgres --no-createrole --nosuperuser --pwprompt odoo
6、安装odoo依赖库
sudo apt-get install python-dateutil
sudo apt-get install python-decorator
sudo apt-get install python-docutils sudo apt-get install python-feedparser
sudo apt-get install python-gdata
sudo apt-get install python-gevent
sudo apt-get install python-imaging
sudo apt-g

本文详细介绍了如何在Ubuntu Server 14.04上源码安装Odoo 8.0,包括更新软件源、创建odoo用户、安装PostgreSQL、设置数据库用户、安装依赖库、安装wkhtmltopdf以及下载和配置Odoo源码的步骤。
最低0.47元/天 解锁文章
3028

被折叠的 条评论
为什么被折叠?



