No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
.db checkin hace 2 años
.docker checkin hace 2 años
app checkin hace 2 años
bin checkin hace 2 años
dev checkin hace 2 años
generated checkin hace 2 años
lib checkin hace 2 años
logs checkin hace 2 años
phpserver checkin hace 2 años
pub checkin hace 2 años
public checkin hace 2 años
setup checkin hace 2 años
var checkin hace 2 años
vendor checkin hace 2 años
.gitignore checkin hace 2 años
CHANGELOG.md checkin hace 2 años
COPYING.txt checkin hace 2 años
Gruntfile.js.sample checkin hace 2 años
LICENSE.txt checkin hace 2 años
LICENSE_AFL.txt checkin hace 2 años
README Kopie.md checkin hace 2 años
README.md checkin hace 2 años
SECURITY.md checkin hace 2 años
auth.json checkin hace 2 años
auth.json.sample checkin hace 2 años
composer.json checkin hace 2 años
composer.lock checkin hace 2 años
grunt-config.json.sample checkin hace 2 años
nginx.conf.sample checkin hace 2 años
package.json.sample checkin hace 2 años

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