-
Download xampp server on windows and run apache and mysql modules with default settings.
-
Go to xampp/htdocs folder and from an admin command prompt type:
git clone https://github.com/spyros-zikos/volunteer-coordination; move .\volunteer-coordination\* .\; rmdir .\volunteer-coordination -force -recurse
-
To setup the mysql database follow the 'README.txt' instructions on the db folder.
-
To see the site go to http://localhost/src/html/admin/map.html. You will be redirected to the login page where you can use admin/password1 as credentials.
Note
Original repo: https://github.com/gregdeli/Volunteer-Coordination-Platform