Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 775 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 775 Bytes

This is version 2.0 of eCamp

Contact: Pirmin Mattmann forte@musegg.ch Urban Suppiger smiley@pfadiluzern.ch

Setup development environment

Prerequisites

Installation steps

  1. git clone https://github.com/ecamp/ecamp.git
  2. cd ecamp && cd dev
  3. docker-compose up
  4. Visit https://localhost:2002 to open PhpMyAdmin
    login with user ecamp2 and password ecamp2
    import .database/ecamp_full_db.sql into ecamp2_dev database
  5. Visit https://localhost:2000. Happy developing! 😄