Installation
Ensure the desired server meets the minimum requirements.
Bitstreams Software requires a valid license. Without a valid license the Software will operate in read-only mode.
To apply a new or updated license see the License section in the User Guide.
Install Docker
-
Install Docker as per the instructions provided by Docker
warningIf docker has not been installed, or installed incorrectly the Bitstreams Edge will not properly install.
-
Add the current user to the
dockergroupsudo usermod -aG docker $USER -
Log out and log back in so that your group membership is re-evaluated.
Download Release
-
Download the Bitstreams Edge Release
Download: arm64 / aarch64 Download: x86_64 / amd64 -
Extract the software package and enter the directory.
unzip Bitstreams_Edge_vX.X.X_*.zipcd ~/Bitstreams_Edge_vX.X.X_*
Install Script
-
Use the quick install script as shown below:
warningThe quick install script requires Python 3.8+
# Basic usage./edge_quick_installer.py ipv4Addr {http,https}# Example installation./edge_quick_installer.py 10.0.100.10 http# For advanced features and to view all options./edge_quick_installer.py -h -
Run the installation script using the basic install process
./edge_quick_installer.py 10.0.100.10 http, where you replace10.0.100.10with your server's IP address. -
Follow the instructions in the installation script to complete the process.
-
Once the installation is complete and successful, you should see:
Starting Bitstreams services...
[+] Running 11/11