Hi, @drewrambrose.
First, you need to make sure the external drive is mounted to the same path in both computers. So, for example, if you installed the application on E:\my-drupal-installation
then in your other computers the drive should also be mounted to E:\
.
Apart from this, you would need to install the services in each computer you want to run your application. Open a command line and run these commands:
cd installdir
serviceinstall.bat INSTALL
Remember to replace the installdir
placeholder with the full installation directory for your Bitnami stack.
Regards,
Alejandro