I built a Linux based app with a MySql database and I want people to install it by just taking the app folder with the database in it and have the app be able to access the DB. Currently, to install my app the user has to create a database and load the data which is a pain in the neck.
Have guidance or know a good article on how to do this?
Have guidance or know a good article on how to do this?