|
|
@@ -16,8 +16,6 @@ |
|
|
- The database name is free to chose but in this example the database name 'contao' is being used |
|
|
- The database name is free to chose but in this example the database name 'contao' is being used |
|
|
- Another way is to connect to phpmyadmin via [localhost:8080](http://localhost/8080) |
|
|
- Another way is to connect to phpmyadmin via [localhost:8080](http://localhost/8080) |
|
|
as it's configured in docker-compose.yml |
|
|
as it's configured in docker-compose.yml |
|
|
- If you install / create containers for the first time, copy the contao-manager.phar.php from ".docker/contao" folder |
|
|
|
|
|
to the folder "app/contao/public" folder |
|
|
|
|
|
- Open [contao manager](http://localhost/contao/install) in browser after database creation in order to install contao |
|
|
- Open [contao manager](http://localhost/contao/install) in browser after database creation in order to install contao |
|
|
- Step through the installation process until you get to enter the database credentials |
|
|
- Step through the installation process until you get to enter the database credentials |
|
|
- NOTE: the 'host' isn't 'localhost' here, use the name of the database service 'database' as it's configured in |
|
|
- NOTE: the 'host' isn't 'localhost' here, use the name of the database service 'database' as it's configured in |
|
|
|