contenta_docker
contenta_docker copied to clipboard
Alive and kicking again. Latest version has new requirements, Dockerfiles and docker-compose have been updated to the latest requirements: * db minimal version * php-zip module * replaced the discontinued...
In reading " In some setups (we're looking at you, macOs) this can be slow" in the README.md , just fyi, we've used Mutagen in combination with Docksal (ie docker)...
Is there a reason for not having an official contenta image from which anyone can extend their own?
The image `amazeeio/centos7-nginx:1.10` used in `nginx/Dockerfile` seems unavailable I guess it can be replaced with `amazeeio/nginx` BTW There's a amazeeio/drupal available.
Hi, I've followed the instruction exactly but I get: ``` » docker-compose exec php composer run-script install:with-mysql > scripts/install-mysql.sh ./scripts/install.sh: line 23: /var/www/vendor/drush/drush/drush : No such file or directory ERROR...
… CMS install error 5 This makes Drush accessible to Contenta CMS when running the initial install
Contenta home page loads fine with both HTTP and HTTPS. However Login fails with 403 Forbidden error with HTTPS and page displays error "Not allowed". Login works fine with HTTP....
Docker for Windows Version 18.06.1-ce-win73 (19507) When making clean install after successfully run docker-compose build I try **docker-compose up** and always get: ``` λ docker-compose up Starting contenta_docker_php_1 ... done...
There hare been a few changes related to #20 to fix the install process. We should try to make the install a bit more robust, specially this part: https://github.com/contentacms/contenta_docker/commit/db36301db5de52b4895e39c95fab5068b8b08075#diff-85ebb058637f8b5d51ee2d488eb917ca Maybe...