Platform for coordinating post disaster situations.
The system is built using Laravel framework, v5.5 (LTS Release) which has the following requirements
1. Create database and user in MySQL/MariaDB.
Database can be created from Command Line or GUI
PHPMyAdmin(http://phpmyadmin.net/) is an web based tool to manage MySQL databases
Adminer(https://www.adminer.org/) is a single file web interface to manage MySQL databases
2. Clone the git repo.
git clone https://github.com/karuvally/kbase<br>
cd kbase
3. Install dependencies.
composer install
4. Copy the sample environment file and configure it as per your local settings.
cp .env.example .env
php artisan key:generate
5. Run database migrations and initial table seeds.
php artisan migrate
php artisan db:seed
6. Run the development server.
php artisan serv
7. Open http://127.0.0.1:8000 in any web browser
That's it! The default credentials are:
u: [email protected]
p: admin