2. Installation
Install the XOE community edition with installer
Download and Install
Download the installer from page: Download
double click the installer and follow the instructions to install the XOE
it will create a new folder xdata in the home directory
Obtain the license key
register and download community edition license key from xplain data licence service
copy the license key file
user-license.json
to the<home>/xdata/user_licenses
folder
Optional: Example Data set
copy the example data set to the <home>/xdata
folder
Install the corporate XOE with jar file (Non community edition)
obtain the oe.jar and exampleusers.db from Xplain support team
run the below command to start the XOE using terminal:
export xplainpath=path/to/dataset java -jar -Xmx20g oe.jar --spring.datasource.url="jdbc:sqlite:path/to/exampleusers.db"Access the XOE with browser in below url:
Access XOE in local browser: http://localhost:8080/objectexplorer/index.html
The default user is
user
.The default password is
xplainData
.