Install on Akamai VM
- Create a new Akamai Linode Instance
- For the OS, select
Ubuntu 24.04 LTS - Selected one of the Accelerated (aka VPU) Plans
- After the VM has been created, login into the instance
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
-
Download the Bitstreams Release
Download: x86_64 / amd64wget https://releases.netint.com/edge/JAWXI41W6EM97HO/Bitstreams_Edge_v2.6.0_x86.zip -
Extract the software package and enter the directory.
unzip Bitstreams_Edge_v2.6.0_x86.zipcd ~/Bitstreams_Edge_v2.6.0_x86.zip
Install Script
-
Use the quick install script as shown below:
warningIt is not possible for the edge_quick_installer.py script to automatically upgrade the Quadra VPU, if an upgrade is attempted the install script will fail. To avoid this you will need to skip the firmware upgrade with the
--skip-firmware-upgradeparameter.# Basic usage
./edge_quick_installer.py <ipv4Addr> {http,https} --skip-firmware-upgrade
# Example installation
./edge_quick_installer.py 10.0.100.10 http --skip-firmware-upgrade
# 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 --skip-firmware-upgrade, 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