Install HarperDB
HarperDB requires NodeJS/NPM, available here. Once NodeJS and NPM are installed, you can install HarperDB with the following commands:
npm i -g harperdb harperdb install
Starting HarperDB
To run HarperDB after it is installed; run the following command:
harperdb run
You may need to update your firewall if you are not running locally, by default HarperDB runs on port 9925. If you are unsure see your properties file at HDB_ROOT/config/settings.js.
Stopping HarperDB
To stop HarperDB once it is running from the HarperDB home (HDB_HOME) directory run the following command:
harperdb stop
Restarting HarperDB
To restart HarperDB once it is running from the HarperDB home (HDB_HOME) directory run the following command:
harperdb restart
Getting the HarperDB Version
To check the version you are running of HarperDB from the HarperDB home (HDB_HOME) directory run the following command:
harperdb version