This is a community driven Open Source project to support relief support activities conduct by volunteers. This project was originally created to support flood relief activities in Sri Lanka in May 2017.
We welcome your inovative ideas and suggestions to make a better solution for the community.
Clone the prject repository as belows;
git clone [email protected]:reliefsupports/web-app.git reliefsupports`
then, rename .env.example
file as .env
- Install Docker on your computer
- Run following commands accordingly
docker-compose build
docker-compose up -d
docker exec -it reliefsupports_php_1 bash
composer update
chmod 777 -R storage/
chmod 777 bootstrap/cache
composer update
chmod 777 -R storage/
chmod 777 bootstrap/cache
Send all the PRs to dev
branch. We keep master
and prod
branch only for final releases and all the development works on the dev
.