Technical information about the site

It's LocalGovDrupal hosted in Dreamhost

Hosting

This LocalGovDrupal site is hosted in Dreamhost; to install it I did the following:

  1. I set up a subdomain of an existing domain to be the address of the site; you of course will probably want a domain rather than a subdomain, but it's all the same really,
  2. I SSHd into the Dreamhost server, which dropped me into the root folder for all my Dreamhost-hosted sites
  3. Into the command line I typed 

    composer create-project drupal/recommended-project:^9 ProjectDirectory

    which installs the most recent core version of Drupal 9; Drupal 9 being the current recommended version for LocalGovDrupal, and ProjectDirectory being the folder on the server's filesystem I wanted to install the site into

  4. Then I typed 

    cd ProjectDirectory

  5. Next I edited the composer.json file for the stability to be

    minimum-stability:dev

    (the next step was consistently failing before I did this)

  6. Finally in the command line I typed 

    composer require localgovdrupal/localgov

    which brought in the specific LocalGovDrupal modules and theme.

  7. Next I configured my (sub)domain to point to the ProjectDirectory/web folder
  8. After that I navigated to the site in my browser to complete the Drupal installation, selecting the LocalGovDrupal profile on the list of profiles, configuring everything else (including the MySQL connexion settings) accordingly.
  9. And finally once the installation was complete I started to enable the modules on the Extend menu item.

Dreamhost recommends using their VPS hosting rather than the basic hosting for Drupal, because the resource requirements are heftier than usual; at this point I'm trying to get away without doing that hosting upgrade, cos, cash, innit.

Site theme

The site's theme is based on the LocalGovDrupal demo Scarfolk theme, adapted for my own needs.

The colour scheme is taken from Stacey Barnfield's Draw My City Birmingham colour palettes:

  • Canal Boat Navy
  • Mr Egg Yellow
  • Acocks Green
  • The Bull Bronze
  • Spitfire Camo
  • Tikka Masala Red