Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Importing Database and Setup Configuration

Fatima Rafiqui edited this page Aug 30, 2017 · 7 revisions

Setting up the database

  1. Visit http://localhost/phpmyadmin/ in your browser
  2. In the left menu section, click on New to create a new database
  3. Change the database name to firstaide
  4. Select the database collation to utf8_general_ci
  5. Import docs/config/firstaide.sql in the database
  6. Visit http://localhost/FirstAide-web/ and see the application up and running.

Setting up Twilio

  1. Sign up for free trial account on Twilio
  2. Then follow getting started section here
  3. Add your phone number (SMS service must be available) here
  4. Add your account_sid, auth_token and Twilio phone number (the number you got from step 2) to includes/settings.php from twilio dashboard