Ubuntu12.04 server安装最新openerp步骤
- 
安装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/
- 
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]
 一直没有速度,郁闷啊
- 
修改sources.list 
 sudo vi /etc/apt/sources.list
 插入一行
 deb http://nightly.openerp.com/7.0/nightly/deb/ ./
 这一步做了没?
- 
 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] 一直没有速度。我都怀疑是不我网络有问题,但是安装别的软件是可以安装的啊
- 
[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子目录下的文件试试

