
Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn
由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解
本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!
开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号
如果您登录系统碰到问题,请在微信公众号留言:
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/ -
3,安装中文字体
sudo apt-get ttf-wqy-
4,安装openerp
sudo apt-get openerp
********************************************
貌似少了install??? -
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]
一直没有速度,郁闷啊 -
用的是什么源啊?
-
163的更新源,换过几个,效果都一样的
-
修改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子目录下的文件试试