Note: command case sensitive. Issued from shell at <install directory>/bin psql -d mydb -U myuser To change database: \c databasename
Month: April 2018
Ofbiz 16.11.04 Logs Locations
run time (including errors, access and engine reports) <install directory>\runtime\logs webtools <install directory>\framework\webtools\groovyScripts\logs <install directory>\framework\webtools\template
Running PSQL after first PostgreSQL install on Windows 10
First, make sure Postgresql is running. A way to start the server is by issuing postgres -D ..\data in the
Switching Ofbiz 16.11.04 to Postgresql 9.6 on Windows 10
Follow instruction from Ofbiz technical set up guide. Download 64 bit Postgresql. This download will include a version of pgadmin.
Apache Ofbiz 16.11.04
Start Application ofbizstart.bat load demo data – gradlew loadDefault ofbiz no demo data – gradlew ofbiz debug mode prepare Eclipse –
Ofbiz links
Ofbiz’s default admin login is username: admin password:ofbiz Accounting https://localhost:8443/accounting/ ecommerce https://localhost:8443/ecommerce/control/main webtools https://localhost:8443/webtools/control/main This contains data file and xml
Ofbiz handling external data
https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz%27s+Data+File+Tools
OPENSSL for localhost
How to get HTTPS working on your local development environment in 5 minutes FreeCodeCamp Generating valid self signed certificates for
Apache Ofbiz 16.11.04 Install
Update Java SDK to 1.8 or above. Make sure system variable JAVA_HOME points to latest install. Goto https://ofbiz.apache.org/download.html to download the