|
|
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | == Configuring ==
| + | Moved to [http://wiki.idempiere.org/en/Running_iDempiere_within_Eclipse http://wiki.idempiere.org/en/Running_iDempiere_within_Eclipse] |
− | | |
− | To run iDempiere from within Eclipse you need to configure first the parameters, this is done running a preconfigured application called install.app
| |
− | | |
− | * Open Eclipse
| |
− | * Navigate to Run > Run Configurations > Eclipse Application
| |
− | * Select install.app and push the "Run" button
| |
− | * You can fill the parameters as shown in the screenshot, or with your own preferred values, specially you must take care of the following:
| |
− | ** Adempiere Home: This is the repository folder
| |
− | ** Web Port / SSL: be careful to not use a port that is already used by another application, in linux ports below 1000 cannot be used by non-root users. For example port 8080 is used by Oracle-XE
| |
− | ** Database Name: here we fill with the name of the database created on [[IDempiere/Importing_DB_Seed_Manually|Importing DB Seed]] page
| |
− | ** DB Admin Password: this box must be filled with the postgres password, if you don't know which is please refer to postgres documentation about how to set it up
| |
− | ** Database Password: here we fill with the password you provided when created the adempiere user
| |
− | | |
− | [[Image:Screenshot-Adempiere_Server_Setup.png]]
| |
− | | |
− | '''NOTE:''' There is another application that can be used also, called install.console.app, instead of opening a window it asks the parameters from keyboard on the console tab on Eclipse.
| |
− | | |
− | == Running Server ==
| |
− | | |
− | * Navigate to Run > Run Configurations > Eclipse Application
| |
− | * Select server.product and push the "Run" button
| |
− | | |
− | After a very quick start you can navigate in your preferred browser to the address http://localhost:8080/
| |
− | | |
− | '''NOTE:''' Recommended browsers are chrome, firefox and safari.
| |
− | | |
− | == Running Swing Client ==
| |
− | | |
− | * Navigate to Run > Run Configurations > Eclipse Application
| |
− | * Select swingclient.product and push the "Run" button
| |
− | | |
− | The first time this client is executed it requires to configure the DB connection, you can do that pushing the button at the end of the Server box and:
| |
− | * Configure it manually and push the "Test Database" to ensure it's correct
| |
− | or
| |
− | * if the server is up you can push the "Test Application Server" button, provide the credentials for SuperUser (by default is System) and the DB connection data must be filled properly
| |