OnyxTechnologiesInc / CarParkManager

Generic Car Park Management Software
GNU General Public License v3.0
0 stars 0 forks source link

Migrate to MySQL #2

Open lenuswalker opened 5 years ago

lenuswalker commented 5 years ago

Need to migrate to MySQL database for multiple users. Especially considering the use of the Web Portal.

lenuswalker commented 5 years ago

May be better to deploy a docker container. Need to look into creating a docker container with the database already configured.

SubZeroZim commented 5 years ago

Project working with MySql database now. No progress on the docker deployment as yet. I am also unsure how to do the MySql database deployment properly however, I have a script to create the database, tables, and insert the default user and ticket type so other testing can be done.

lenuswalker commented 5 years ago

Check recent updates to ensure that MySQL is working correctly with the docker container. Use instructions in docs/docker-MySQL.txt in the meantime. We have to smooth this out. Commit# 9d50cee.

SubZeroZim commented 5 years ago

Docker container tested and working on Linux. Installation was a breeze!!! Need to fix MySQL time-zone.

lenuswalker commented 5 years ago

Fixed MySQL timezone on linux. Need to test on windows! @gerardstlouis did you get the timezone working on windows? how?

lenuswalker commented 5 years ago

This item is still open due to concern about non windows 10 pro machines that cannot use docker containers. Working on both Linux and Windows 10 pro