redwebcz/rwdrupal

RedWeb Drupal 9 projects with a relocated document root

Installs: 177

Dependents: 0

Suggesters: 0

Security: 0

Type:project

2.0.1 2024-01-03 17:02 UTC

README

For install you must have composer in your machine.

A, Composer create project

$ composer create-project --prefer-dist redwebcz/rwdrupal:^1.0

B, Clone repository

$ git clone git@git.drupal.org:project/rwdrupal.git

$ composer install

INSTALL

Set document root to floder [web]

TESTS

For tests you must have instaled DEV platform with behat modules.

$ composer create-project --prefer-dist redwebcz/rwdrupal:^1.0 --dev

Start test:

$ vendor/bin/behat

$ vendor/bin/behat features/account.feature

TEMPLATE

For compile template you must have node.js in yout machine.

Install NPM packages in template kryton (web\themes\custom\kryton)

$ npm install

Go to kryton theme (web\themes\custom\kryton) and compile CSS with GULP

$ gulp