Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 742 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 742 Bytes

IUCN MPSG Top 50

Laravel web application for the IUCN's Top 50 Mediterranean island plants

Development

Version of Laravel used is 5.4.

MySQL database required.

  • Copy .env.example to .env
  • Update config in .env
  • Generate API key: php artisan key:generate
  • Require dependencies: composer install
  • Import this script in a new database "gegq_iucn". This contains all data from production except users, replaced by a admin/admin123 user.
  • Extract this archive in public folder
  • Run local server: php artisan serve