Skip to content

JDDoesDev/docksal-boina-gatsby

Repository files navigation

Drupal Boina Distribution

Drupal 8 has plenty of contributed modules to help you building a headless/decoupled web application. However, getting all the those setup correctly can be a daunting task.

The Drupal Boina Distribution, comes with everything you need (code, configuration and even default content), all that will be added to your site during the installation process so you can start working with the Boina Gatsby Starter immediately.

Project dependencies

Project setup

Clone repository

git clone git@github.com:weknowinc/drupal-boina.git

Copy .env file

cp .env.dist .env

Add hostname entry in your /etc/hosts file

127.0.0.1    drupal-boina.develop

Start containers

ahoy up

Install Composer dependencies

ahoy composer install

Install Boina distribution

ahoy drupal boina:install

Login site

Open browser and point to http://drupal-boina.develop/user/login and enter user/passwrod as admin/admin

NOTE: Make sure you update admin user using a strong password.

Reset password

ahoy drupal user:password:reset admin [ENTER_YOUR_DESIRE_PASSWORD]

Generate a one time login link

ahoy drupal user:login:url admin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published