Create a folder for the application. The database (sustenance.db) will be created automatically in this folder.
$ mkdir ~/sustenance-ops
$ cd ~/sustenance-ops
Move the downloaded binary (Sustenance_Linux or Sustenance_Linux_ARM64) into this folder and make it executable.
$ chmod +x Sustenance_Linux
Run the application. You can use the default port (7777) or specify your own.
$ ./Sustenance_Linux
$ ./Sustenance_Linux -port=7778
To stop the server, you can simply close the terminal window or press Ctrl+C. If running in the background, use the following to find and kill the process:
$ pidof Sustenance_Linux
$ kill [PID_NUMBER]
$ pkill Sustenance_Linux
Access the dashboard: Open your browser and navigate to http://localhost:7777 (or your custom port).
If there is a critical update, you can download the new binary from your purchase link or our release channel.
Stop the running app. Replace the old binary with the new one.
Do not delete sustenance.db. This file contains your entire inventory.