Install Neptune DXP - Open Edition on Linux
This installation procedure describes the basic minimum steps required to run Neptune DXP - Open Edition locally for nonproductive purposes.
| 
 Data loss 
By default, all data is stored locally using SQLite. If you delete the installation folder, your data will be lost and cannot be recovered. We recommend the following: 
 For more information, see Database configuration for Neptune DXP - Open Edition.  | 
- 
Download the latest version of Neptune DXP - Open Edition from the product download section on Neptune DXP Portal.
 - 
Open a Terminal on your Linux environment.
 - 
Unzip the ZIP file to a location of your choice.
 - 
cd into the unzipped folder.
 - 
In the Terminal, run
./planet9-linux.Result: The folder containing the executable file, will now be populated with the files generated by the platform.
 - 
Check in your installation folder that the following additional folders were added:
db,webapp,config, andlog. 
Open Neptune DXP - Open Edition in your browser
- 
By default Neptune DXP - Open Edition runs on localhost at port 8080.
 - 
Depending on your infrastructure, identify the IP or domain of the Linux environment where Neptune DXP - Open Edition runs.
 - 
Make sure the IP or domain is accessible from the computer where you run your browser.
 - 
Open your browser and go to http://<your_ip/domain>:8080.
If the terminal is closed, the node session will be terminated, and you will lose access to the platform via the browser. - 
The default username is
admin. - 
The default password is
admin. 
 - 
 - 
You can safely end your session using the keyboard shortcut
CTRL + Cin the Terminal.