You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 vuotta sitten
.db checkin 2 vuotta sitten
.docker checkin 2 vuotta sitten
app checkin 2 vuotta sitten
bin checkin 2 vuotta sitten
dev checkin 2 vuotta sitten
generated checkin 2 vuotta sitten
lib checkin 2 vuotta sitten
logs checkin 2 vuotta sitten
phpserver checkin 2 vuotta sitten
pub checkin 2 vuotta sitten
public checkin 2 vuotta sitten
setup checkin 2 vuotta sitten
var checkin 2 vuotta sitten
vendor checkin 2 vuotta sitten
.gitignore checkin 2 vuotta sitten
CHANGELOG.md checkin 2 vuotta sitten
COPYING.txt checkin 2 vuotta sitten
Gruntfile.js.sample checkin 2 vuotta sitten
LICENSE.txt checkin 2 vuotta sitten
LICENSE_AFL.txt checkin 2 vuotta sitten
README Kopie.md checkin 2 vuotta sitten
README.md checkin 2 vuotta sitten
SECURITY.md checkin 2 vuotta sitten
auth.json checkin 2 vuotta sitten
auth.json.sample checkin 2 vuotta sitten
composer.json checkin 2 vuotta sitten
composer.lock checkin 2 vuotta sitten
grunt-config.json.sample checkin 2 vuotta sitten
nginx.conf.sample checkin 2 vuotta sitten
package.json.sample checkin 2 vuotta sitten

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