Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 717 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 717 Bytes

Druid-ESPRIT/magnum-web

Setting up the project

  1. Clone the repository:
# Through HTTPS.
git clone https://github.com/Druid-ESPRIT/magnum-web.git
# Or SSH, if you have a key.
git clone git@github.com:Druid-ESPRIT/magnum-web.git
  1. Run composer update to initialize the vendor directory.

Option A:

  1. Start your HTTP server.
  2. Navigate to where this project is located in your browser at localhost:<PORT>/.

Option B:

  1. Start Symfony's built-in HTTP server:
# Replace 8000 with any available port.
php bin/console server:start localhost:8000
  1. Visit localhost:8000 in your browser.

  2. Open up phpmyadmin, and import the magnum.sql database.