Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 951 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 951 Bytes

Getting Started

  1. Download xampp server on windows and run apache and mysql modules with default settings.

  2. 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
  1. To setup the mysql database follow the 'README.txt' instructions on the db folder.

  2. 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.

Team