Ubuntu 14.04安装+运行GreenOpenERP
-
测试环境:Ubuntu 14.04 + 步科的GreenOpenERP
GreenOpenERP下载地址 :http://sourceforge.net/projects/greenopenerp/files/
1.安装Ubuntu(略)
2.配置静态IP地址
Ip设置:
$sudo vi /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.0.6
gateway 192.168.1.254
netmask 255.255.254.0
network 192.168.0.0
broadcast 192.168.1.255
DNS设置
$sudo vi /etc/resolv.conf
nameserver 192.168.0.10
重启network使IP设置生效
$sudo /etc/init.d/networking restart
3.为Ubuntu安装 openssh-server 便于远程ssh
sudo apt-get install openssh-server
4.安装lrzsz 用于上传下载文件
sudo apt-get install lrzsz
5.下载GreenOpenERP(LINUX版)
[检测到链接无效,已移除] (ZIP格式)
[检测到链接无效,已移除] (tar.gz)
测试使用https://github.com/buke/GreenOdoo地址下载(7.0-LINUX64)
$cd /home/abc
$rz
选择GreenOdoo-7.0-linux64.zip
$unzip GreenOdoo-7.0-linux64.zip
$cd GreenOdoo-7.0-linux64
$./start.sh
6.如需注册为服务请参考其它帖
使用浏览器访问 ip:8069
希望参帮到和我一样小白的同学! -
楼主你好,我也在ubuntu14.04上测试步科的GreenOpenErp,一开始有些数据库的问题已经解决,现在在本机打开http://localhost:8069 已经可以看到登录界面,初次登录我根据提示创建了一个数据库(名字就叫openerp),创建成功后进入到系统添加了几个模块做测试,随后问题来了:
第二次我继续打开http://localhost:8069时,登录界面仍然是创建数据库,随后我点击右上角"back to login"按钮,跳转到登录界面,我不知道登录用户名Email和初始密码该填什么,试了admin、master、administrator等都不行,不知道这个登录用户或者管理员用户是什么,希望大神指点迷津
附上我的openerp登录界面. -
8.0的碰到过,我是进系统后修改了admin的密码就能正常登入了
-
请问,我运行./start.sh时,提示出错,信息如下,请问怎么解决:
pg_ctl.bin: cannot be run as root
Please log in (using, e.g., "su") as the (unprivileged) user that will
own the server process.
Running as user 'root' is a security risk, aborting.
看上去似乎是PG数据库的问题?我百度了下,只找到这个针对“pg_ctl.bin: cannot be run as root”的帖子:<br / http://blog.163.com/digoal@126/blog/static/163877040201281111553769/ br />但是不太看得懂博主的内容 -
[quote author=保定-粉刷匠 link=topic=16484.msg29125#msg29125 date=1413025601]
用普通用户登录Linux,然后下载绿色版,解压并运行start.sh
[/quote]
您好,十分感谢^_^
我新建了用户"temp",并通过修改sudoers文件赋予其root权限。接着将文件下载至/home/temp,运行./start.sh的时候,还是有问题(参见附件图片),都是类似chmod:changing permissions of xxx :Operation not permitted。
请问是什么原因呢?
我百度到的一个方案是(http://blog.chinaunix.net/uid-26642180-id-3755517.html):
[quote]首先先查看一下属性
lsattr config.cache.inc.php
----i-------- config.cache.inc.php
然后去除i这个属性
chattr config.cache.inc.php
经过这一步操作后,就可以使用chmod来修改文件属性了[/quote]
而我运行lsattr start.sh文件的结果是:
-------------e-- start.sh
然后不知道怎么办了 -
啊,自己把问题解决了,好开心!
原来原因是,postgresql的所有者为默认的postgresql,我运行"chown -R temp GreenOdoo-8.0-linux64"命令,把所有者改成temp就可以运行了。
多谢大家^^
[quote author=meatleung link=topic=16484.msg29138#msg29138 date=1413187122]
[quote author=保定-粉刷匠 link=topic=16484.msg29125#msg29125 date=1413025601]
用普通用户登录Linux,然后下载绿色版,解压并运行start.sh
[/quote]
您好,十分感谢^^
我新建了用户"temp",并通过修改sudoers文件赋予其root权限。接着将文件下载至/home/temp,运行./start.sh的时候,还是有问题(参见附件图片),都是类似chmod:changing permissions of xxx :Operation not permitted。
请问是什么原因呢?
我百度到的一个方案是(http://blog.chinaunix.net/uid-26642180-id-3755517.html):
[quote]首先先查看一下属性
lsattr config.cache.inc.php
----i-------- config.cache.inc.php
然后去除i这个属性
chattr config.cache.inc.php
经过这一步操作后,就可以使用chmod来修改文件属性了[/quote]
而我运行lsattr start.sh文件的结果是:
-------------e-- start.sh
然后不知道怎么办了
[/quote] -
./start.sh 出現
./runtime/pgsql/bin/pg_ctl.bin: 1: ./runtime/pgsql/bin/pg_ctl.bin: Syntax error: "(" unexpected
./runtime/python/bin/.python2.7.bin: 3: ./runtime/python/bin/.python2.7.bin: Syntax error: Unterminated quoted string
啥原因.