项目作者: reliefsupports

项目描述 :
Relief Supports is an open source project to support volunteers who working in relief activities. reliefsupports.org-gov is exclusively for management of disaster relief work by goverment officials.
高级语言: CSS
项目地址: git://github.com/reliefsupports/g1.reliefsupports.org.git
创建时间: 2018-05-14T04:47:03Z
项目社区:https://github.com/reliefsupports/g1.reliefsupports.org

开源协议:

下载


reliefsupports

How to setup locally.

  • Clone the repo.
  • Rename .env.example file as .env

Docker

  • Install Docker on your computer
  • Run following commands accordingly
  1. docker-compose build
  2. docker-compose up -d
  3. docker exec -it floodlk_php_1 bash
  4. composer update
  5. chmod 777 -R storage/
  6. chmod 777 bootstrap/cache

On WAMP / XAMPP or other server

  1. composer update
  2. chmod 777 -R storage/
  3. chmod 777 bootstrap/cache