Before installing the VLab app, ensure that the following dependencies are installed on your Linux system:
- Python
- Git
- Docker
To install the VLab app, you can use the provided installation script. Open your terminal and run the following command:
sudo apt update -y && sudo apt install -y curl && curl https://raw.githubusercontent.com/bodhitree-iitb/vlab-installation/main/ubuntu-install.sh 2> /dev/null | sh
- if it ever asks for some permission, give permission press
y
or the key as specified. - (Make sure to reboot after this script finishes) This command will download and execute the installation script, which takes care of installing Python, Git, Docker, and other necessary components for the VLab app.
If the installation script fails, you may need to manually check and install missing dependencies. Here's a step-by-step guide:
python3 --version
or
python --version
If not installed you can install it using your package manager. For example, on Ubuntu, you can use:
sudo apt install python3
git --version
sudo apt install git
docker --version
If Docker is not installed, you can install it by following the official Docker installation guide.
curl https://raw.githubusercontent.com/bodhitree-iitb/vlab-installation/main/ubuntu-install.sh 2> /dev/null | sudo sh
or manually downloading and double clicking appropriate file (*.deb for debian) link (only accessible via iitb google account)