At this point I now only have one issue after doing the above
[FAIL] No python wrapper pollers found
This gets resolved by populating the config.php and restarting the VM (lazy way of restarting)
e.g.
### Database config
$config['db_host'] = 'localhost';
$config['db_port'] = '3306';
$config['db_user'] = 'librenms';
$config['db_pass'] = ‘REDACTED’;
$config['db_name'] = 'librenms';
$config['db_socket'] = '';