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 година
.db checkin пре 2 година
.docker checkin пре 2 година
app checkin пре 2 година
bin checkin пре 2 година
dev checkin пре 2 година
generated checkin пре 2 година
lib checkin пре 2 година
logs checkin пре 2 година
phpserver checkin пре 2 година
pub checkin пре 2 година
public checkin пре 2 година
setup checkin пре 2 година
var checkin пре 2 година
vendor checkin пре 2 година
.gitignore checkin пре 2 година
CHANGELOG.md checkin пре 2 година
COPYING.txt checkin пре 2 година
Gruntfile.js.sample checkin пре 2 година
LICENSE.txt checkin пре 2 година
LICENSE_AFL.txt checkin пре 2 година
README Kopie.md checkin пре 2 година
README.md checkin пре 2 година
SECURITY.md checkin пре 2 година
auth.json checkin пре 2 година
auth.json.sample checkin пре 2 година
composer.json checkin пре 2 година
composer.lock checkin пре 2 година
grunt-config.json.sample checkin пре 2 година
nginx.conf.sample checkin пре 2 година
package.json.sample checkin пре 2 година

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