Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    为什么我用腾讯云服务器就不会安装odoo呢???云服务器系统是centos7.0 b4bit的

    Odoo 新手求助
    3
    4
    2022
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • X
      xiaoniqiu2015 last edited by

      为什么我用腾讯云服务器就不会安装odoo呢???云服务器系统是centos7.0 b4bit的????求大神把详细安装步骤透露一下。。。。

      1 Reply Last reply Reply Quote 0
      • mrshelly
        mrshelly last edited by

        可以尝试 odoo 绿色版  Linux 64bit

        1 Reply Last reply Reply Quote 0
        • L
          larjia last edited by

          你的安装步骤是什么?
          我是虚拟机CentOS 7, 就按照官方的说明就可以安装成功。
          <br / https://www.odoo.com/documentation/9.0/setup/install.html br />
          1. 先升级CentOS 7中的Python版本到2.7.10
          2. 然后按照下面步骤安装
          $ sudo yum install -y epel-release
          $ sudo yum install -y postgresql-server
          $ sudo postgresql-setup initdb
          $ sudo systemctl enable postgresql
          $ sudo systemctl start postgresql
          $ sudo yum-config-manager --add-repo=https://nightly.odoo.com/9.0/nightly/rpm/odoo.repo
          $ sudo yum install -y odoo
          $ sudo systemctl enable odoo
          $ sudo systemctl start odoo
          3. 再自己装一个wkhtmltopdf
          http://wkhtmltopdf.org/downloads.html

          1 Reply Last reply Reply Quote 0
          • First post
            Last post