Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
.db checkin il y a 2 ans
.docker checkin il y a 2 ans
app checkin il y a 2 ans
bin checkin il y a 2 ans
dev checkin il y a 2 ans
generated checkin il y a 2 ans
lib checkin il y a 2 ans
logs checkin il y a 2 ans
phpserver checkin il y a 2 ans
pub checkin il y a 2 ans
public checkin il y a 2 ans
setup checkin il y a 2 ans
var checkin il y a 2 ans
vendor checkin il y a 2 ans
.gitignore checkin il y a 2 ans
CHANGELOG.md checkin il y a 2 ans
COPYING.txt checkin il y a 2 ans
Gruntfile.js.sample checkin il y a 2 ans
LICENSE.txt checkin il y a 2 ans
LICENSE_AFL.txt checkin il y a 2 ans
README Kopie.md checkin il y a 2 ans
README.md checkin il y a 2 ans
SECURITY.md checkin il y a 2 ans
auth.json checkin il y a 2 ans
auth.json.sample checkin il y a 2 ans
composer.json checkin il y a 2 ans
composer.lock checkin il y a 2 ans
grunt-config.json.sample checkin il y a 2 ans
nginx.conf.sample checkin il y a 2 ans
package.json.sample checkin il y a 2 ans

README.md

contao-docker-test

#Installation:

Some important information

Some helpful docker commands:

  • docker-compose up -d
  • docker-compose down
  • docker exec -it tb-con-tbuddy /bin/bash
  • docker build -t tb-con-tbuddy .
  • docker image rm tb_spt_image
  • docker ps
  • docker ps --all
  • docker container stop $(docker container ls -aq)
  • docker container rm $(docker container ls -aq)
  • docker rmi $(docker images -q)
  • docker stop spt_tbuddy && docker rm spt_tbuddy && docker rmi spt_tb && docker-compose up -d

Some helpful other commands:

  • Restart Apache within the container
    • Go into docker container docker exec -it skeleton-php /bin/bash
    • Apache restart sudo /etc/init.d/apache2 reload

Clean restart of Docker instance

  1. Stop the container(s) using the following command: docker-compose down
  2. Delete all containers using the following command: docker rm -f $(docker ps -a -q)
  3. Delete all volumes using the following command: docker volume rm $(docker volume ls -q)
  4. Restart the containers using the following command: docker-compose up -d

INSTALL MAGENTO

  • docker Container starten und in den Container wechseln
  • composer install
  • “bin/magento install” Befehl