Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 542 Bytes

README.md

File metadata and controls

executable file
·
13 lines (9 loc) · 542 Bytes

THIS IS OLD AND CAN BE DELETED SOON

QR Pub

When installing make sure to modify private_sample to private

  1. in app folder run curl -sS https://getcomposer.org/installer | php
  2. then run php composer.phar install (this is how the ExtAuth dependency is loaded & also Google Api)
  3. make tmp directory inside app with proper permissions (chgrp -R www-data tmp and chmod -R g+rw tmp)
  4. make uploads folder inside app/webroot/img and apply permissions (chown -R www-data uploads and chmod -R 755 uploads)