Alt Link: http://bit.ly/ecogatepass
- A PC
- An ESC POS compatible Printer
- A flash card / USB for automated backups in the case of a disk outage
- Tracks visitors by their Mobile Number
- Relevant details like visitor's photo, name, affiliation, host name and authorized areas of access captured
- Cloud deployable / Self Hosted
- Gate pass option
- Automated Daily reports
- Multi Gate Tracking
- Easily scalable using tablets or mobile
Technologies: LAMP Stack, AJAX, Jquery, Python
DEPENDS Upon:
- esc pos
- parsley validation
- ccrypt for encrypting sql dumps
- sudo apt-get install cron-apt
- sudo pip install php # for php goodness in python
- ccryot to encrypt mysql dumps
- media.navigator.permission.disabled in firefox to toggled
- Automatic security updates You can set up unattended-upgrades pretty easily by typing this in a terminal: sudo apt-get install unattended-upgrades sudo dpkg-reconfigure unattended-upgrades
- Auto ssh and reverse connection for remote admin
- audio player such as afplay to play wav files for checkout
Commands sudo aptitude install --without-recommends ubuntu-desktop
sudo apt-get install libmysqlclient-dev sudo pip install mysql-python
sudo apt-get install php5-dev make php-pear sudo pecl install mongo sudo echo "extension=mongo.so" | sudo tee /etc/php5/mods-available/mongo.ini sudo apt-get install php5-mongo
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list sudo apt-get update sudo apt-get install mongodb-org
Links