{"id":22330508,"url":"https://github.com/proudcommerce/docker-oxid6","last_synced_at":"2025-09-07T23:31:27.153Z","repository":{"id":48715844,"uuid":"74832868","full_name":"proudcommerce/docker-oxid6","owner":"proudcommerce","description":"Docker Container with PHP7, MySQL 5.7 and OXID eShop 6","archived":false,"fork":false,"pushed_at":"2024-07-04T12:04:32.000Z","size":69,"stargazers_count":32,"open_issues_count":1,"forks_count":35,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-12-26T20:12:47.818Z","etag":null,"topics":["apache","docker","mailhog","mysql","oxid","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proudcommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-26T15:11:48.000Z","updated_at":"2024-11-19T14:44:42.000Z","dependencies_parsed_at":"2022-09-16T19:22:59.650Z","dependency_job_id":null,"html_url":"https://github.com/proudcommerce/docker-oxid6","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proudcommerce%2Fdocker-oxid6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proudcommerce%2Fdocker-oxid6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proudcommerce%2Fdocker-oxid6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proudcommerce%2Fdocker-oxid6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proudcommerce","download_url":"https://codeload.github.com/proudcommerce/docker-oxid6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232262341,"owners_count":18496434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","docker","mailhog","mysql","oxid","php"],"created_at":"2024-12-04T04:07:02.457Z","updated_at":"2025-01-02T22:13:10.751Z","avatar_url":"https://github.com/proudcommerce.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker OXID eShop 6\n\nThis (linux/osx) setup bootstraps an dockerized developer environment for [OXID eShop 6](https://github.com/OXID-eSales/oxideshop_ce).\n\n**For OXID 7 have a look [here](https://github.com/proudcommerce/docker-oxid7).**\n\n\n## Overview\n\n- Apache 2.4 container PHP 8.0 ([Dockerfile](container/apache/Dockerfile))\n- MySQL 5.7 container ([Dockerfile](https://github.com/docker-library/mysql/blob/883703dfb30d9c197e0059a669c4bb64d55f6e0d/5.7/Dockerfile))\n- MailHog container ([Dockerfile](https://github.com/mailhog/MailHog/blob/master/Dockerfile))\n- phpMyAdmin container ([Dockerfile](https://hub.docker.com/r/phpmyadmin/phpmyadmin/~/dockerfile/))\n- OXID eShop ([latest 6.4.x](https://github.com/OXID-eSales/oxideshop_metapackage_ce/blob/b-6.4/composer.json))\n- OXID demo data\n\n## Quickstart\n1. Install [docker engine](https://docs.docker.com/engine/installation/)\n2. Add `127.0.0.1 oxid6.localhost` to your etc/hosts file (if needed eg. windows)\n3. Fire up container\n```bash\n# clone repository:\ngit clone https://github.com/proudcommerce/docker-oxid6.git docker_oxid6\ncd docker_oxid6\n# create container\ndocker-compose build\n# fire up container\ndocker-compose up\n```\n## Configuration\n\n### Installation\n- Creating oxid project takes round about 5 minutes. It´s finished when docker log shows `OXID bootstrap completed!`).\n- Shop: `http://oxid6.localhost` (or `https://oxid6.localhost` with ssl-cert-snakeoil)\n- Shop admin `http://oxid6.localhost/admin/`, credentials: `admin / admin`\n- MailHog: `http://oxid6.localhost:8025`\n- phpMyAdmin: `http://oxid6.localhost:8080`\n\n### Container\n- If you would like to run container in background, use `docker-compose up -d` for starting container and `docker logs -f oxid6_apache` for log information (eg. composer information).\n\n### Data\n- Data (`www` and `mysql`) is storend on host: `data` directory\n\n### Credentials\n- You can change all credentials (domain, ports, database, ...) in `.env` file.\n\n### OXID demo data\n- Normally oxid demo data will be installed automatically.\n- If you need a project without demo data, set `OXID_DEMODATA=false` in `.env` file.\n\n## Support\n\n[https://forum.oxid-esales.com/t/docker-container-fur-oxid-6/92282](https://forum.oxid-esales.com/t/docker-container-fur-oxid-6/92282)\n\n## License\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n    \n\n## Copyright\n\n\tProudCommerce | 2020 | proudcommerce.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproudcommerce%2Fdocker-oxid6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproudcommerce%2Fdocker-oxid6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproudcommerce%2Fdocker-oxid6/lists"}