⚠ Are you upgrading your Dragonfly App from an old version to a new version?
Please read the important instructions inside this page!
Please read the important instructions inside this page!
Requirements
- You need very basic knowledge about Ubuntu.
- During the installation of Ubuntu, if possible, please choose ENGLISH as main language so that it will be easier for us to provide you support if needed.
Installation steps
Open the Ubuntu terminal:
- Install wget
sudo apt install wget
- Download the Ubuntu 20.04 LTS archive or the Ubuntu 18.04.6 archive with one of these 2 commands:
wget https://dragonflyupdate.s3.eu-central-1.amazonaws.com/dragonfly-deployment-2.4/dragonfly-installation-linux-2.4.0.21-Ubuntu20.zip
wget https://dragonflyupdate.s3.eu-central-1.amazonaws.com/dragonfly-deployment-2.4/dragonfly-installation-linux-2.4.0.21-Ubuntu18.zip - Install unzip
sudo apt install unzip
- Go to the download location of the archive extract the Ubuntu 20.04 LTS archive or the Ubuntu 18.04.6 archive with one of these 2 commands:
unzip dragonfly-installation-linux-2.4.0.21-Ubuntu20.zip
unzip dragonfly-installation-linux-2.4.0.21-Ubuntu18.zip - Run the following code:
cd dragonfly-linux
chmod +x install.sh
./install.sh
At some point you will be asked for superuser credentials for installation. The installation of the Dragonfly App, Dragonfly Web User Interface and all the dependencies could take a while. Be patient.
During the installation you will be asked if you intend to install the dependencies needed to use our experimental depth prediction algorithm that makes use of the NVIDIA GPU with CUDA. Please answer NO!
⚠ Do you have problems with the automatic installation?
A manual installation might be required to avoid conflicts with an already existing installation of some of the Dragonfly App dependencies. You can find the manual installation steps at this link.