Drupal repository Dru.io community
This repository contains a code base for the Drupal site Dru.io. Thanks to this, everyone can look into the sources, see how everything is arranged and done, help with the finalization or development of new functionality, correct errors, etc. Or just assemble yourself a similar site from scratch.
At the moment, the database is not ready, but the module is already ready for an adjacent project, and as soon as everything is closer to launch, the database, as for Drupal 7 versions, will be publicly available. At the moment, it makes no sense, since it simply does not exist.
Thanks to the configurations in Drupal 8, we can make an absolute copy of the resource, from scratch, without any traces of the main site. Yes, you can make an absolutely identical site, without users, content, etc., with all current functionality and expand your own community on this. It is enough to suffer the repository and follow the steps:
git clone -b 8.x https://github.com/dru-io/Dru.io.git .composer install .drush site-install --verbose config_installer config_installer_sync_configure_form.sync_directory=../config/sync --yes . If you start through the browser: start the Drupal installation as usual, only by step the profile you need to choose a config Installer profile. In the proposed settings at the next step, just agree to agree, since the configurations have already been loaded with the repository and Config Installer will find them himself.cd web/themes/custom/druio_theme and set the dependences of yarn install .If there are any questions about installing (some standard Docker-images have seen the nuances from 200 Ajax-error during installation), create Issue here https://github.com/dru-io/dru.io/issues or contact the general telegram chat https://t.me/dripal_ruus , always glad to tell.
You can set any settings during the installation. It is held as on a clean site. There will be absolutely no problems with this. You can give the site any name, indicate the USERNAME and Password, in general, everything you want. After installation, you will have a completely clean and ready to use clone dru.io.