pathumego / reliefsupports.org

Relief Supports is an open source project to support volunteers who working in relief activities.

Home Page:http://reliefsupports.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relief Supports Project

This is a community-driven Open Source project to support relief support activities conducted by volunteers. This project was originally created to support flood relief activities in Sri Lanka in May 2017.

We welcome your innovative ideas and suggestions to make a better solution for the community.

http://reliefsupports.org

How to Contribute

Developers can now initiate discussions through Gitter. Before starting to work on an issue, please go through the Waffle board to make sure that the item is not already in progress. Once you select a task to work on, please drag it to In Progress.

Setting up the development environment

  • Clone the project repository as below:
git clone git@github.com:reliefsupports/reliefsupports.org.git reliefsupports`
  • Then, rename .env.example file as .env

Docker

  • Install Docker on your computer
  • Run following commands accordingly
docker-compose build
docker-compose up -d
docker exec -it reliefsupportsorg_php_1 bash
composer update

chmod -R 777 storage/
chmod 777 bootstrap/cache

On WAMP / XAMPP or other server

composer update
chmod -R 777 storage/
chmod 777 bootstrap/cache

Pull requests

Send all the PRs to dev branch. We keep master and prod branches only for final releases and all the development works on the dev.

About

Relief Supports is an open source project to support volunteers who working in relief activities.

http://reliefsupports.org


Languages

Language:JavaScript 60.9%Language:CSS 20.6%Language:PHP 12.5%Language:HTML 5.8%Language:Vue 0.1%Language:ApacheConf 0.1%Language:Shell 0.0%