RFIDCheckinSystem icon indicating copy to clipboard operation
RFIDCheckinSystem copied to clipboard

Password Connection

Open manisware opened this issue 8 years ago • 4 comments

How to connect the Database and which database exactly need to import to check the service ?

manisware avatar Aug 12 '17 09:08 manisware

I used a mysql db. you can use this script to build the schema: https://github.com/markbil/RFIDCheckinSystem/blob/master/database/checkin_db_v9.sql. edit https://github.com/markbil/RFIDCheckinSystem/blob/master/API/mysql_connection.php with your parameters to connect. hope that helps?

markbil avatar Aug 14 '17 00:08 markbil

in my server i have uploaded API folder, userprofile folder, and index.php page, as you mentioned i have changed my parameters inhttps://github.com/markbil/RFIDCheckinSystem/blob/master/API/mysql_connection.php and https://github.com/markbil/RFIDCheckinSystem/blob/master/userprofile/codeigniter_application/config/database.php, i have imported the mentioned database as well, since the database is empty i cant able to login and i have created one row in edge_user table as well, again its not working

manisware avatar Aug 14 '17 03:08 manisware

hi manisware, sorry I finished this project 5 years ago and haven't maintained it since then. not sure what exactly is not working, but you might want to check out this blog post of mine: https://kavasmlikon.wordpress.com/2013/07/09/gelatine-designing-for-digital-encounters-in-coworking-spaces/ in the very end there is a "system overview" section, which might help with getting a general idea of how the different components worked together. what is your use case? happy to help with figuring out how to best customise this for your target scenarios.

markbil avatar Aug 14 '17 19:08 markbil

I wanted to create the check in system as same as yours with 5 different check in points for my vehicle service centre, where each checking point alert the other one with timings to deliver the vehicle on time

manisware avatar Aug 14 '17 20:08 manisware