Install Neptune DXP - Open Edition on macOS
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.
-
Unzip the ZIP file.
-
Right-click on the unzipped folder and select Services → New Terminal at Folder.
-
In the Terminal, run
./planet9-darwin
.Result: A macOS notification will show that the
planet9-darwin
file cannot be opened. -
Continue with adjusting the security settings for the
planet9-darwin
file, as described in the following section.
Adjust security settings for the planet9-darwin file
-
In the macOS notification showing that the
planet9-darwin
file cannot be opened, select Okay. -
Go to System Settings → Privacy & Security.
-
In the Security section, you will find a notification that the
planet9-darwin
file was blocked from use. -
Select Allow Anyway.
-
In the Terminal, run
./planet9-darwin
again.Result: A macOS notification prompts you to confirm you want to open the
planet9-darwin
file. -
Select Open.
Result: A macOS notification will show that the
node_sqlite3.node
file cannot be opened. -
Continue with adjusting the security settings for the embedded SQLite database, as described in the following section.
Adjust security settings for the embedded SQLite database
-
In the macOS notification showing that the
node_sqlite3.node
file cannot be opened, select Okay. -
Go to System Settings → Privacy & Security.
-
In the Security section, you will find a notification that the
node_sqlite3.node
file was blocked from use. -
Select Allow Anyway.
-
In the Terminal, run
./planet9-darwin
again.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
-
Open your browser and go to http://localhost:8080.
If the command line interface 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
CMD + C
in the Terminal.