Skip to content

tvmanukrishnan/kbase

 
 

Repository files navigation

Flood Relief Knowledge Base

Platform for coordinating post disaster situations.

Table of Contents


Requirements

The system is built using Laravel framework, v5.5 (LTS Release) which has the following requirements


Getting Started

Setting up a development environment in GNU/Linux

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: admin@example.com
p: admin

Laravel Docs


About

Flood Relief Knowledge Base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.8%
  • HTML 37.0%
  • Vue 0.2%