CIA: Crime Investigation using Aadhaar
- Install composer and then execute the command
composer install
-
Copy over the file
config/config.sample.cfg
toconfig/config.cfg
and modify it accordingly -
Copy over the vhost config file
sudo cp config/cia.local.conf /etc/apache2/sites-available/cia.local.conf
-
Enable the vhost copied above
sudo a2ensite cia.local.conf
-
Reload Apache's config files
sudo service apache2 reload
-
Append 127.0.0.1 cia.local to the file
/etc/hosts
-
Use the database schema at
schema/cia.sql
to create the database -
Use the sequenced migrations in the folder
schema/migrations
to update the database (the once which starts with1_
goes first then with2_
and so on) -
Open
http://cia.local/
on your browser