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 Dependencies
-
Install the following required dependencies
sudo apt install -y unzip nvme-cli sysfsutils
Install Docker
-
Install Docker using the apt repository as per the instructions provided by Docker
warningIf docker has not been installed, or installed incorrectly the Bitstreams 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
- x86_64 / amd64
- ARM
-
Download the Bitstreams Release
Download: x86_64 / amd64wget https://releases.netint.com/edge/5F4HFJPAPWM39HP/Bitstreams_Edge_v2.8.0_x86.zip -
Extract the software package and enter the directory.
unzip Bitstreams_Edge_v2.8.0_x86.zipcd ~/Bitstreams_Edge_v2.8.0_x86
-
Download the Bitstreams Release
Download: arm64 / aarch64wget https://releases.netint.com/edge/5F4HFJPAPWM39HP/Bitstreams_Edge_v2.8.0_arm.zip -
Extract the software package and enter the directory.
unzip Bitstreams_Edge_v2.8.0_arm.zipcd ~/Bitstreams_Edge_v2.8.0_arm
Install Script
-
Use the quick install script as shown below:
warningThe quick install script requires Python 3.8+
# Basic usage./edge_quick_install.py <ipv4Addr> {http,https}# Example installation./edge_quick_install.py 10.0.100.10 http# For advanced features and to view all options./edge_quick_install.py -hInstalling on AkamaiIf you are installing Bitstreams on VM hosted by Akamai, you will need to skip the firmware upgrade with the
--skip-firmware-upgradeparameter../edge_quick_install.py <ipv4Addr> {http,https} --skip-firmware-upgrade -
Run the installation script using the basic install process
./edge_quick_install.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:
[+] Running 12/12
✔ Container configs-stream-live-1 Started 0.6s
✔ Container configs-redis-endpoint-1 Healthy 11.1s
✔ Container configs-etcd-1 Healthy 31.7s
✔ Container configs-nginx-1 Started 0.6s
✔ Container configs-mysql-1 Healthy 31.1s
✔ Container configs-minio-1 Started 0.6s
✔ Container configs-gateway-1 Started 0.6s
✔ Container configs-db-migration-1 Started 31.0s