Skip to content

RatioWeb/drupal-gtd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start guide

  • Add following entries to your /etc/hosts file.
frontend.headless_drupal.docker.localhost headless_drupal.docker.localhost 127.0.0.1
  • Now, execute following commands
docker-compose up -d
docker-compose exec php /bin/bash
composer install
composer drupal:scaffold

Now, you have working Drupal installation. Please visit http://headless_drupal.docker.localhost:8000 and check. You can use root for login and root for password.

Posible problems

Wrong permission on files folder.

chmod 777 web/sites/default/files/
cd web
drush cr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •