Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Drupal if it's not already installed? #1

Closed
geerlingguy opened this issue Jun 2, 2018 · 1 comment
Closed

Install Drupal if it's not already installed? #1

geerlingguy opened this issue Jun 2, 2018 · 1 comment

Comments

@geerlingguy
Copy link
Owner

Not sure if I want to do this or not; people already have the official library Docker Drupal image on Docker Hub which has a preinstalled copy of Drupal baked in.

But if so, in entrypoint, I would have something like:

  1. If no index.php in webroot (/var/www/web/index.php).
  2. Create Drupal project in /var/www with composer create-project.
@geerlingguy
Copy link
Owner Author

Done via a curl / expand (instead of composer project). See #3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant