![]() |
Admin 11/3/2018 |
Maybe they should use MySQL as a part or local XAMPP or WAMP or similar package. Then they can use MySQL replication to sync data. |
T
|
taddmencer author 11/5/2018 |
The problem we'd run into is maintenance. All of these people are going to be 8000 miles away. So we need to set up the devices either locally and ship them out, or buy them and have someone outside of our main office install xampp to run. One of the reasons I was excited about the SQLite idea is, if I'm reading things right, you don't have to install anything extra for that to work. |
![]() |
Admin 11/5/2018 |
It is impossible with SQLite. It doesn't offer any built-in replication capabilities. |
M
|
Mark Kramer 11/5/2018 |
Have you considered a bootable flash drive with Ubuntu or Mint and "lamp"? It is easy to replicate/clone and is writable . Also if you sent the "Live" version on a CD, the OS could be installed from it and then the flash could update or the "Live" version could "Phone home" and update if needed. There are a few different ways to do this and Lamp with MySQL is free and very little overhead as compared to SQL. This is the back end for the web side not the PHPrunner Install side |