colloqi / piSignage

Digital Signage Player Software for Raspberry Pi, more details at
http://pisignage.com
589 stars 252 forks source link

Pisignage Access Database #43

Closed Ajay-Kumar-ELM closed 6 years ago

Ajay-Kumar-ELM commented 7 years ago

How to view the data in database. Required for study purposes. Please guide me to use any server management software required to view the changes we make from client side/Web Browser.

navaneetharaopy commented 7 years ago

Hi, You can access you local DB using mongo shell, which comes with set of standard commands. If you have issue with command line go for GUI based client such as Compass , Robomongo

Ajay-Kumar-ELM commented 7 years ago

Hi navaneetha rao for replying But I am afraid I checked with all running services on RPI and there is no MongoD services running and those commands are ineffective. with my research i found its working with nodeJS and saving the data in json file. Correct me if I am wrong.

navaneetharaopy commented 7 years ago

Hi , piSignage players (Raspberry pi software) does not include mongodb. All data saving is done through JSON files. You can refer /home/pi/piSignagePro/config directory which contains two JSON files named config.json and settings.json.