istolar/openideal_project

This package is abandoned and no longer maintained. No replacement package was suggested.

Project template for OpenideaL Drupal 8 projects.

Installs: 302

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 2

Language:Shell

Type:project


README

  1. composer create-project istolar/openideal_project YOUR_PROJECT_NAME
  2. cd dir_name
  3. docker-compose up
  4. make

Notes:

  • Before executing 4th step, you can edit installation properties in .env file.
  • Instead of 4th step, you can go to your browser and perform installation via UI.
  • We're assuming you're using docker4drupal.

Configuration management

To export some changes from database to sync directory please use the following command: docker-compose exec php ../vendor/bin/drupal config:export --remove-uuid --remove-config-hash --directory=profiles/contrib/idea/config/install

There are two ways to pull and apply the latest changes:

  1. By performing a new installation (see "Quick start" section).

  2. By pulling new changes from git repo and importing new changes from sync directory to the database: docker-compose exec php ../vendor/bin/drush cim --partial --source="profiles/contrib/idea/config/install"

  3. In non-development mode please manage configuration via drush cim and drush cex commands.

Troubleshooting

  1. Make sure the composer has been installed on your local machine, otherwise you need to install the composer before site installation
  2. In this instruction, we're assuming you're using docker4drupal and your code files were mounted like this:
  volumes:
    - ./:/var/www/html
  1. Please make sure you don't have the following files in the config directory before importing configs via Drush:
  • core.extension.yml
  • system.site.yml