Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.57 KB

README.md

File metadata and controls

68 lines (47 loc) · 1.57 KB

Team fEMR

teamfemr.org

###Community

  1. Slack
  2. JIRA
  3. Mailing List

Description

[ Fill in later ]

Dependencies

  • PHP >= 5.6.4
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Composer
  • Node - https://nodejs.org/en/download

Installation and Deployment

  • Use Git to clone the repository
  • Create .env file using .env.example as a template
  • Run composer install
  • Run npm install
  • Run php artisan key:generate

Database Setup and Seeding

  • Make sure your database settings are added to the .env
  • Run php artisan migrate
  • Run php artisan db:seed

Assets

  • Run npm run dev to build
  • Run npm run prod to build for production ( to minimize )

Other stuff to be expanded upon

Maps/Location Data

Docker

docker-compose up -d nginx mysql docker-compose exec --user=laradock workspace bash