defendtheweb / hackthis.co.uk

HackThis!!
http://www.hackthis.co.uk
Other
46 stars 55 forks source link

Fixes to make local site work in ubuntu #177

Closed doronlinder closed 9 years ago

doronlinder commented 9 years ago

Several problems that prevented the successful installation on the local machine for development:

  1. Database schema generation was failing due to a missing comma in a table definition
  2. Styles and scripts weren't being loaded because of cdns missing from CSP (Content security Policy)
  3. PHP support for LDAP was missing and was added only to the Ubuntu install script. It also needs to be added to the windows installation script but I currently don't have the hardware to fix and test this on Windows).
lwward commented 9 years ago

Looks good. We will need to add a flag to disable the CDN seeing as it would make things impossible to test local changes to these files.