-
Notifications
You must be signed in to change notification settings - Fork 9
Unable to perform the installation #31
Comments
Well, ok, I got It done :-D Environment:OS - Ubuntu 18.04 Prerequisites:Docker Installing Docker
Installing Docker Compose
First: You have to stop your Apache webserver, in order to free the port:80
Second: Clone the Drupal Site project inside your working directory
Third: Run the project (general and the web container for Drupal)
Fourth: Get the ID of the web container and inspect it
Fifth: Get the IP of the container and see it in browser
Sixth: Connect to the container
Seventh: Run the installer / Task Runner
Eighth: Export configuration files from database to config/sync
Ninth: Visit your new project in
Happy Hacking! |
Issue resolved. |
I was trying to install the Drupal Site from this repo, but is not possible due to errors related with Drush. I follow the steps until: ./vendor/bin/run toolkit:install-clean, Just when is creating the database (I guess)...get an error.
I 've created a database called "openeuropa" in my mysql server and I review the .env file with the connection values. All is ok.
Is there any reference about this problem? Any tutorial? More info?
Stack:
OS: Ubuntu 18.04.2
Apache: 2.4.29
PHP: 7.3.5
Database: Mariadb 15.1
The text was updated successfully, but these errors were encountered: