Move from drupal-nix-flake-example
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
e761038028
commit
18bde5d382
10 changed files with 11986 additions and 0 deletions
14
drupal/README.md
Normal file
14
drupal/README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# drupal-nix-flake-example
|
||||
|
||||
Run `nix run` to start the project.
|
||||
|
||||
Run `nix develop` to enter the dev shell to access PHP and Composer, or use direnv.
|
||||
|
||||
Install Drupal:
|
||||
|
||||
drush site:install --db-url=mysql://root@127.0.0.1/drupal_nix_flake_example
|
||||
|
||||
Add `drupal/core-dev` to run tests:
|
||||
|
||||
composer require --dev drupal/core-dev
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue