Difference between revisions of "Running iDempiere from Installers"
From iDempiere en
m |
CarlosRuiz (talk | contribs) |
||
| Line 15: | Line 15: | ||
sh idempiere-server.sh | sh idempiere-server.sh | ||
or | or | ||
| − | sh idempiere-server.sh > | + | sh idempiere-server.sh >> idempiere-server.log 2>&1 & |
''This tutorial is brought to you by [[User:CarlosRuiz|Carlos Ruiz]] from [http://globalqss.com GlobalQSS]. Feel free to improve directly or suggest using the Discussion tab. | ''This tutorial is brought to you by [[User:CarlosRuiz|Carlos Ruiz]] from [http://globalqss.com GlobalQSS]. Feel free to improve directly or suggest using the Discussion tab. | ||
Revision as of 03:34, 28 November 2015
⇐ Table of Contents | Installing from Installers | Running iDempiere from Installers | Post Installation ⇒
Once installed and configured the iDempiere server you can start it with:
idempiere
or
sh idempiere-server.sh
or
sh idempiere-server.sh >> idempiere-server.log 2>&1 &
This tutorial is brought to you by Carlos Ruiz from GlobalQSS. Feel free to improve directly or suggest using the Discussion tab.
