#Imperial College Finance Society This is the source code behind Imperial College Finance Societie's (ICFS) website (https://financesoc.com).
The project is currently in the proccess of being re-written. Old, crusty PHP is being moved into Silex.
##Installation
###Legacy Setup database
###NGAP
Run /framework/installframework.sh to install dependencies
Setup database
- Setup Doctine
- Look at Struct
- Run ORM
- cd src/
- ./../vendor/bin/doctrine orm:schema-tool:create
Run!
##Licence
Legacy Copyright (c) 2010-2012 Imperial College Finance Society
NGAP Copyright (c) 2012-2014 Dario Magliocchetti & Thomas Lim
This software is licensed under the Creative Commons Attribution-NonCommerical-ShareAlike 3.0 Unported License. A full copy of the license can be seen in the file LICENSE
within this repository.