Skip to main content

Installing VLSM on Ubuntu 22.04

Make sure you have installed Ubuntu 22.04

Start the terminal and run these commands ONE BY ONE

cd ~;

sudo -s;
wget -O setup.sh https://github.com/deforay/vlsm/raw/master/scripts/setup.sh

sudo chmod +x setup.sh;

sudo ./setup.sh;

sudo rm setup.sh;

exit;exit;exit

Enter the mysql password and STS URL correctly when prompted

VLSM Setup

  • Now edit config.production.php and enter correct MySQL details and other config   sudo gedit /var/www/vlsm/configs/config.production.php
  • Now open http://vlsm/
  • Register new admin user
  • After successful registration login as admin http://vlsm/
  • After you login, Fill the instance details in the popup. Select LIS with Remote Ordering Enabled
  • Select the lab from the dropdown
  • Click on Force Sync and wait for sync to finish