Home / Software Packages
Name Modified Size InfoDownloads / Week
Parent folder
readme_idemipere_binary 2014-09-21 2.5 kB
IntegratedPOSplugin.zip 2012-11-11 34.1 MB
README.txt 2012-11-10 645 Bytes
openbravoPOSv1.0.a.zip 2012-11-08 30.8 MB
iDempiere1.0.a_Setup.exe 2012-11-01 420.8 MB
iDempiere0.9.e_Setup.exe 2012-10-16 307.6 MB
iDempiere0.9.d_Setup.exe 2012-10-12 307.4 MB
UpgradeAssistant.zip 2012-10-11 8.1 MB
iDempiere0.9.c_Setup.exe 2012-06-20 308.8 MB
iDempiere0.9.b_Setup.exe 2012-06-15 308.8 MB
iDempiere09a.zip 2012-06-13 309.4 MB
Adempiere361Aug_Setup.exe 2012-02-06 659.1 MB
Adempiere361MfgFA_v3.zip 2011-12-18 724.5 MB
Totals: 13 Items   3.4 GB 3
README V 0.1 BY LEYONCE. email: grandeyl@gmail.com wiki: http://wiki.idempiere.org/wiki/User:Leyonce

---------------------------------------------
HOW TO  RUN  IDEMPIERE SERVER BINARY ON DEBIAN
----------------------------------------------
There's a tutorial about this on the idempiere wiki on http://wiki.idempiere.org/en/Installation_on_Debian

0. Prerequisities: 

   ------------------------
   Database: PostgreSQL 9.1
   JVM: sun-jre-1.6.0_45
   -----------------------

1. Extract the binary to the directory you want to say home/user_name. Then open your terminal and move to the directory immediately preceding our "IDEMPIERE_HOME" enter the command without the double quotes.

    ----------------------------------------------------
    chmod -R 777 /home/user_name/idempiere.gtk.linux.x86
    -----------------------------------------------------

2. To Setup and install the server, run the setup.sh file.

    -----------------
    ./setup.sh
    -----------------

You should see some interface appearing.
   
   * Now here remember that you have to press "TEST" before you save.

3. You have to configure, the Java home because without Java this stuff won't run.

   * If you haven't  installed Java yet I'be seen some nice tutorial on the web. You can go look for one yourself but allow me to propose      this  one  HTTP://WWW.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html.

4. So the next event will be to point to our "IDEMPIERE_HOME". Hint: You ought to browse until you see the bunch of packages.

So now that is done you now have the right to run the idempiere-server.sh file(it's in that same directory)

    ------------------------
    ./idempiere-server.sh
    -----------------------

The server should be starting.

5. There is one thing you lack though and that would be the imports to our Idempiere server.

so  move(through the terminal) into the utils folder of Idempiere server.

Normally, there should be a "myenviroment file" there. I mean "myEnviroment.sh" not something else. So then if you find it.

run :
 
    ------------------------
    ./RUN_ImportIdempiere.sh
    ------------------------

That will import the things we need. Restart that server (idempiere-server.sh).

6. Now, to access the osgi console you need to find the telnet number .

It's in the idempiere-server.sh, a five digit number looking like "12612". 

That's it you are good to go!!


    ----------------------
    $ telnet 12612
    ----------------------
Source: readme_idemipere_binary, updated 2014-09-21