Просмотр исходного кода

keep contao manager phar

master
Daniel 3 лет назад
Родитель
Сommit
5ae1a76e9f
3 измененных файлов: 2 добавлений и 3 удалений
  1. +0
    -2
      README.md
  2. +2
    -1
      app/contao/.gitignore
  3. +0
    -0
      app/contao/public/contao-manager.phar.php

+ 0
- 2
README.md Просмотреть файл

@@ -16,8 +16,6 @@
- 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)
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
- 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


+ 2
- 1
app/contao/.gitignore Просмотреть файл

@@ -10,7 +10,8 @@
# Generated folders
/assets/
/files/
/public/
/public/*
!/public/contao-manager.phar.php
/system/*
!/system/config/
/system/config/localconfig.php


.docker/contao/contao-manager.phar.php → app/contao/public/contao-manager.phar.php Просмотреть файл


Загрузка…
Отмена
Сохранить