Looking to make sure we are starting off with the correct foundation.

We will be converting several VFP apps
each application uses the same underlying database (DBF's)
each app has multiple users across the network
data is currently on a shared drive on our NAS
there is cache data at a second location and live data across the vpn

Looking to understand the structure for install, best practice.
We will have at least 2 likely more developers working on the conversion.

We have a development sandbox with stations setup for development and testing. We have all the peripherals setup and running within the VFP app in the test environment.

We need to maintain the VFP apps and data, running concurrent when we move each module into the production environment

Currently using virtual tables and a test app, we have successfully added, deleted and modified records while VFP was open and working.

Our next step is to get the dev instance setup

GITHUB - how can I point this to a specific folder, it is defaulting to my user profile root, cant have this.

We then need the shared data folder F:\Fox\Data to setup our virtual tables, our devs will substitute the f drive in dev as needed. We do not have live data in the dev environment.