• 版块
  • 标签
  • 热门
  • 用户
  • 群组
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Odoo 中文社区

Ubuntu12.04 server安装最新openerp步骤

已定时 已固定 已锁定 已移动 Odoo 安装指南
11 帖子 6 发布者 8181 浏览
    • 从旧到新
    • 从新到旧
    • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • W 离线
    W 离线
    wuliuhong
    写于 最后由 编辑
    #1

    安装Ubuntu Server时选中安装PostgreSQL,建议同时选上Openssh Server
    安装完成后
    1,修改sources.list
    sudo vi /etc/apt/sources.list
    插入一行
    deb http://nightly.openerp.com/7.0/nightly/deb/ ./
    保存
    2,更新系统
    sudo apt-get update
    sudo apt-get upgrade
    3,安装中文字体
    sudo apt-get ttf-wqy-*
    4,安装openerp
    sudo apt-get openerp
    5,安装中文报表支持扩展
    cd /usr/lib/pymodules/python2.7/openerp/addons
    sudo wget [检测到链接无效,已移除] br />sudo apt-get install unzip
    sudo unzip oecn_base_fonts.zip
    符:oecn_base_fonts.zip的官方下载地址在http://v6apps.openerp.com/addon/6647
    sudo wget [检测到链接无效,已移除] br />安装完成 可通过别的电脑连上试试
    http://ip:8069/

    1 条回复 最后回复
    0
  • P 离线
    P 离线
    padola
    写于 最后由 编辑
    #2

    3,安装中文字体
    sudo apt-get ttf-wqy-
    4,安装openerp
    sudo apt-get openerp
    ********************************************
    貌似少了install???

    1 条回复 最后回复
    0
  • T 离线
    T 离线
    ttrio123
    写于 最后由 编辑
    #3

    sudo apt-get install  ttf-wqy-下载文件都下载不了是怎么回事?
    sudo apt-get install  ttf-wqy-

    Reading package lists... Done
    Building dependency tree     
    Reading state information... Done
    Note, selecting 'ttf-wqy-microhei' for regex 'ttf-wqy-'
    Note, selecting 'ttf-wqy-zenhei' for regex 'ttf-wqy-
    '
    The following NEW packages will be installed:
      ttf-wqy-microhei ttf-wqy-zenhei
    0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
    Need to get 11.6 MB of archives.
    After this operation, 22.1 MB of additional disk space will be used.
    0% [Waiting for headers]
    一直没有速度,郁闷啊

    1 条回复 最后回复
    0
  • wjfonhandW 离线
    wjfonhandW 离线
    wjfonhand
    写于 最后由 编辑
    #4

    用的是什么源啊?

    GoodERP -- Odoo China fork

    1 条回复 最后回复
    0
  • T 离线
    T 离线
    ttrio123
    写于 最后由 编辑
    #5

    163的更新源,换过几个,效果都一样的

    1 条回复 最后回复
    0
  • P 离线
    P 离线
    padola
    写于 最后由 编辑
    #6

    修改sources.list
    sudo vi /etc/apt/sources.list
    插入一行
    deb http://nightly.openerp.com/7.0/nightly/deb/ ./

    这一步做了没?

    1 条回复 最后回复
    0
  • T 离线
    T 离线
    ttrio123
    写于 最后由 编辑
    #7


    deb http://mirrors.163.com/ubuntu/ precise main restricted
    deb-src [检测到链接无效,已移除] precise main restricted
    deb http://mirrors.163.com/ubuntu/ precise-updates main restricted
    deb-src http://mirrors.163.com/ubuntu/ precise-updates main restricted
    deb http://mirrors.163.com/ubuntu/ precise universe
    deb-src http://mirrors.163.com/ubuntu/ precise universe
    deb http://mirrors.163.com/ubuntu/ precise-updates universe
    deb-src http://mirrors.163.com/ubuntu/ precise-updates universe
    deb http://mirrors.163.com/ubuntu/ precise multiverse
    deb-src http://mirrors.163.com/ubuntu/ precise multiverse
    deb http://mirrors.163.com/ubuntu/ precise-updates multiverse
    deb-src http://mirrors.163.com/ubuntu/ precise-updates multiverse
    deb http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ precise-security main restricted
    deb-src http://mirrors.163.com/ubuntu/ precise-security main restricted
    deb http://mirrors.163.com/ubuntu/ precise-security universe
    deb-src http://mirrors.163.com/ubuntu/ precise-security universe
    deb [检测到链接无效,已移除] precise-security multiverse
    deb-src http://mirrors.163.com/ubuntu/ precise-security multiverse
    deb http://extras.ubuntu.com/ubuntu precise main
    deb-src http://extras.ubuntu.com/ubuntu precise main
    deb http://nightly.openerp.com/7.0/nightly/deb/ ./
    以上是更新源,直接是After this operation, 22.1 MB of additional disk space will be used.
    0% [Waiting for headers] 一直没有速度。我都怀疑是不我网络有问题,但是安装别的软件是可以安装的啊

    1 条回复 最后回复
    0
  • mrshellyM 离线
    mrshellyM 离线
    mrshelly
    写于 最后由 编辑
    #8

    理论上, 应该是网络的问题....

    1 条回复 最后回复
    0
  • T 离线
    T 离线
    ttrio123
    写于 最后由 编辑
    #9

    什么网络问题能具体点么?与外网一直是通的。

    1 条回复 最后回复
    0
  • W 离线
    W 离线
    wangpc
    写于 最后由 编辑
    #10

    [quote author=ttrio123 link=topic=9146.msg23057#msg23057 date=1382349229]
    sudo apt-get install  ttf-wqy-下载文件都下载不了是怎么回事?
    sudo apt-get install  ttf-wqy-

    Reading package lists... Done
    Building dependency tree     
    Reading state information... Done
    Note, selecting 'ttf-wqy-microhei' for regex 'ttf-wqy-'
    Note, selecting 'ttf-wqy-zenhei' for regex 'ttf-wqy-
    '
    The following NEW packages will be installed:
      ttf-wqy-microhei ttf-wqy-zenhei
    0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
    Need to get 11.6 MB of archives.
    After this operation, 22.1 MB of additional disk space will be used.
    0% [Waiting for headers]
    一直没有速度,郁闷啊
    [/quote]

    有可能是 你之前apt-get install 时被中断过,找到 /var/cache/apt/archiver 目录,删除里面的文件和partial子目录下的文件试试

    1 条回复 最后回复
    0

  • 登录

  • 没有帐号? 注册

  • Login or register to search.
  • 第一个帖子
    最后一个帖子
0
  • 版块
  • 标签
  • 热门
  • 用户
  • 群组
  • 登录

  • 没有帐号? 注册

  • Login or register to search.