Skip to content

ytgov/lagoon-lotteriesyukon-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lotteries Yukon

The Drupal 9 application for Lotteries Yukon.

Requirements

  • PHP >= 7.4
  • Composer
  • MySQL >= 5.7.8
  • MAMP (Optional)

Development Environment Setup

Project Setup

  1. Clone the repository
  2. Install dependencies using Composer: composer install
  3. Setup MySQL database
    1. Easiest using MAMP
    2. Ask for Database dump from other environment
    3. Import Database
  4. Create web/sites/default/settings.php
    1. Copy everything in web/sites/default/default.settings.php to settings.php
    2. Uncomment last three lines to enable local settings file
  5. Create web/sites/default/settings.local.php
    1. Copy everything in web/sites/example.settings.local.php to settings.local.php
    2. Update Database information and trusted host
  6. (Optional) Install Drush launcher to avoid typing /vendor/bin/drush every time
  7. Update Database: drush updb -y
  8. Sync configurations: drush cim -y
  9. Rebuild cache: drush cr

Frontend Build

  1. Install dependencies using Node, where the package.json file is located: npm install
  2. To compile scss files, run the following command: npm run dev

About

Yukon Government - Yukon Lottery Commission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published