Full documentation is available at https://wodby.com/docs/stacks/drupal/local.
This project is licensed under the MIT open source license.
B1B is a set of tools for library visitors to get informed about the field of their interest.
B1B is uses the Docker4Drupal set of docker images optimized for Drupal. Use docker-compose.yml
file from the latest stable release to spin up local environment on Linux, Mac OS X and Windows.
- Read the docs on how to use
- Ask questions on Slack
- Follow @wodbycloud for future announcements
First you need to install composer.
Note: The instructions below refer to the global composer installation. You might need to replace
composer
withphp composer.phar
(or similar) for your setup.
After that you can create the project:
git clone [email protected]:inleadmedia/b1b_installer.git
cd b1b_installer
and run
composer install
Now the Drupal 8 can be installed.
After the Drupal is installed one can proceed to the site configuration.
Ensure that the config sync directory is set in the setting.php
file. Ensure that the $config_directories['sync'] = '../config/sync';
line is in the file.
Import main configurations of the system. In terminal run
drush cim --partial
.
Import project configs. In terminal run
drush csim b1b
.
NOTE: This step is required after each deploy of the site.
Set the default frontpage to categories
view on the \admin/config/system/site-information
page.
With composer require ...
you can download new dependencies to your
installation.
cd some-dir
composer require drupal/devel:~1.0