Skip to content

MukurtuCMS/Mukurtu-CMS-v4-Project-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mukurtu CMS v4 Project Template

Requirements

Using the template to download Mukurtu CMS v4

  • Create a folder (e.g., 'mukurtu4')
  • Checkout or download the 'composer.json' file in this repository to your new folder
  • Run composer install in your new folder. This will download the Mukurtu CMS profile and all required modules
    • Note that during development we are using our private repository to serve the files, you may need SSH/deploy keys setup
  • Set your web server to serve the "web" folder (e.g., 'mukurtu4/web')
  • Install Drupal as normal, the Mukurtu profile distribution will automatically be used

Using DDEV to test Mukurtu CMS v4

  • Download and install DDEV
  • Create a folder (e.g., 'mukurtu4')
  • Checkout or download the 'composer.json' file in this repository to your new folder
  • In your new folder, initialize the ddev project for Drupal 9: ddev config --project-type=drupal9 --docroot=web --create-docroot
  • Start ddev: ddev start
  • Run composer install: ddev composer install
  • You may be prompted to add your GitHub token. Follow the on-screen instructions for public repositories.
  • Launch your new ddev project: ddev launch
  • You should now see the standard Drupal 9 installer, configured to use the Mukurtu installation profile.
  • Default admin credentials are admin/admin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •