资源描述
idempiere-server的安装说明|| IDempiere/Installing from Installers
一,2012/8/6。关于JAVA以及postgresql的安装,请参考adempiere360在win7下的安装。其实,自己安装一次后发现,ID和AD的安装是基本一样的。
二,另外,安装ID时,把ID解压到C:/目录下。“C:/idempiere-server”。
2.1 先运行setup。------------localhost。
2.2 再运行C:/idempiere-server/ utils”下的“RUN_ImportIdempiere”,导入ID数据库。
2.3 返回“C:/idempiere-server”,运行setup。------------把localhost改为电脑名(如:computer win7)。至此,ID服务器安装完成。
2.4 接下来,让我们检验安装是否成功。
2.4.1运行C:/idempiere-server/ idempiere-server。
2.4.2 打开chorme或firefox浏览器。在地址栏输入computer win7:8080,按回车,如果你看到了ID,那么说明你真的安装成功了。
IDempiere/Installing from Installers
⇐ Table of Contents | Downloading Hot Installers | Installing from Installers | Running iDempiere from Installers ⇒
Contents
[hide]
· 1 Install Server
o 1.1 Graphical
o 1.2 Console
· 2 Import the Database
· 3 Install Swing Client
Install Server
§ Unzip the server installer you downloaded or created, for example:
cd $IDEMPIERE_HOME
unzip idempiereServer.gtk.linux.x86_64.zip
§ Navigate to the idempiere-server folder, for example
cd $IDEMPIERE_HOME/idempiere.gtk.linux.x86_64/idempiere-server
Graphical
You can run:
sh setup.sh
or
sh setup-alt.sh
This must open the same window that was shown at Running iDempiere within Eclipse and it can be filled in a similar way.
Console
sh console-setup.sh
or
sh console-setup-alt.sh
This is to be used when you don't have a graphical environment, in this case the parameters are shown in screen and you must fill them directly with the keyboard.
Import the Database
After setting up the server (is a prerequisite) you can run:
cd utils
sh RUN_ImportIdempiere.sh
Install Swing Client
§ Unzip the client installer you downloaded or created, for example:
cd $IDEMPIERE_HOME
unzip idempiereClient.gtk.linux.x86_64.zip
§ Navigate to the adempiere-client folder, for example
cd $IDEMPIERE_HOME/adempiere.gtk.linux.x86_64/adempiere-client
§ Run adempiere-client
展开阅读全文