Skip to content
  • Categories
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Flatly)
  • No Skin
Collapse

Odoo 中文社区

  1. Home
  2. Categories
  3. Odoo 安装指南
  4. Odoo10.0在群晖上也可以运行了

Odoo10.0在群晖上也可以运行了

Scheduled Pinned Locked Moved Odoo 安装指南
6 Posts 6 Posters 20.6k Views 8 Watching
  • 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.
  • L Offline
    L Offline
    lgktech
    wrote on last edited by
    #1

    好用吗?这个要怎么安装?

    1 Reply Last reply
    0
    • 上 Offline
      上 Offline
      上官飞鸿
      wrote on last edited by
      #2

      用 docker
      https://hub.docker.com/_/odoo/

      下面是我用daocloud启动的配置文件
      web:
      image: odoo:10.0
      links:

      • mydb
        ports:
      • 8069:8069
        environment:
      • HOST=mydb
      • USER=odoo
      • PASSWORD=myodoo
        volumes:
      • odoo-web-data:/var/lib/odoo
      • ./config:/etc/odoo
      • ./addons:/mnt/extra-addons
        restart: always
        mydb:
        image: postgres:9.4
        environment:
      • POSTGRES_USER=odoo
      • POSTGRES_PASSWORD=myodoo
        volumes:
      • odoo-db-data:/var/lib/postgresql/data/pgdata
        restart: always
      Q 1 Reply Last reply
      0
      • A Offline
        A Offline
        arison
        wrote on last edited by
        #3

        老大如何搞的 我群辉718+, 请教如何安装odoo10上去?请指教详细步骤 谢谢!

        1 Reply Last reply
        0
        • B Offline
          B Offline
          baoz
          wrote on last edited by
          #4

          都跑群晖了,为啥不直接在群晖里运行个docker,然后docker上跑呢

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dwz35296
            wrote on last edited by
            #5

            新版本的群晖系统可以直接跑虚拟机,当然docker也可以

            1 Reply Last reply
            0
            • 上 上官飞鸿

              用 docker
              https://hub.docker.com/_/odoo/

              下面是我用daocloud启动的配置文件
              web:
              image: odoo:10.0
              links:

              • mydb
                ports:
              • 8069:8069
                environment:
              • HOST=mydb
              • USER=odoo
              • PASSWORD=myodoo
                volumes:
              • odoo-web-data:/var/lib/odoo
              • ./config:/etc/odoo
              • ./addons:/mnt/extra-addons
                restart: always
                mydb:
                image: postgres:9.4
                environment:
              • POSTGRES_USER=odoo
              • POSTGRES_PASSWORD=myodoo
                volumes:
              • odoo-db-data:/var/lib/postgresql/data/pgdata
                restart: always
              Q Offline
              Q Offline
              qxwo
              wrote on last edited by
              #6

              @上官飞鸿 大佬能详细点吗?这个配置文件放在哪里?

              1 Reply Last reply
              0

              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
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Tags
              • Popular
              • Users
              • Groups