All Projects → proudcommerce → docker-oxid6

proudcommerce / docker-oxid6

Licence: other
Docker Container with PHP7, MySQL 5.7 and OXID eShop 6

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-oxid6

openwhisk-catalog
Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
Stars: ✭ 30 (+0%)
Mutual labels:  apache
eyy-indexer
An image and video friendly directory indexer for web directories.
Stars: ✭ 53 (+76.67%)
Mutual labels:  apache
Sparkora
Powerful rapid automatic EDA and feature engineering library with a very easy to use API 🌟
Stars: ✭ 51 (+70%)
Mutual labels:  apache
apachrot
Apache (Linux) CVE-2021-41773/2021-42013 Mass Vulnerability Checker
Stars: ✭ 21 (-30%)
Mutual labels:  apache
one-wsap
Образ Apache 2.4 + веб-сервисы/веб-клиент 1С. Автоматическое конфигурирование дескрипторов из каталога. HAProxy.
Stars: ✭ 15 (-50%)
Mutual labels:  apache
srclient
Golang Client for Schema Registry
Stars: ✭ 188 (+526.67%)
Mutual labels:  apache
qpid-broker-j
Mirror of Apache Qpid Broker-J
Stars: ✭ 52 (+73.33%)
Mutual labels:  apache
traffic analyser
Retrieve useful information from apache/nginx access logs to help troubleshoot traffic related problems
Stars: ✭ 44 (+46.67%)
Mutual labels:  apache
apache-flink-jdbc-streaming
Sample project for Apache Flink with Streaming Engine and JDBC Sink
Stars: ✭ 22 (-26.67%)
Mutual labels:  apache
TinyWebDB-PHP
TinyWebDB System written in PHP
Stars: ✭ 13 (-56.67%)
Mutual labels:  apache
apache 2fa
Apache two-factor (2FA) authentication with Google Authenticator based on Time-based One-Time Password (TOTP) or HMAC-based one-time password (HOTP) Algorithms.
Stars: ✭ 63 (+110%)
Mutual labels:  apache
mod csrfprotector
apache 2.x.x module, for CSRF mitigation
Stars: ✭ 20 (-33.33%)
Mutual labels:  apache
hive-bigquery-storage-handler
Hive Storage Handler for interoperability between BigQuery and Apache Hive
Stars: ✭ 16 (-46.67%)
Mutual labels:  apache
Mind
Mind is the PHP code framework designed for developers. It offers a variety of solutions for creating design patterns, applications and code frameworks.
Stars: ✭ 30 (+0%)
Mutual labels:  apache
stonehenge
Multi-project local development environment & toolset on Docker
Stars: ✭ 47 (+56.67%)
Mutual labels:  mailhog
openwhisk-runtime-docker
Apache OpenWhisk SDK for building Docker "blackbox" runtimes
Stars: ✭ 23 (-23.33%)
Mutual labels:  apache
alc-site
The web site of the ALC Beijing (Apache Local Community Beijing)
Stars: ✭ 75 (+150%)
Mutual labels:  apache
sqstorage
A easy to use and quick way to organize your inventory, storages and storage areas
Stars: ✭ 18 (-40%)
Mutual labels:  apache
airflow-client-python
Apache Airflow - OpenApi Client for Python
Stars: ✭ 172 (+473.33%)
Mutual labels:  apache
nifi
Deploy a secured, clustered, auto-scaling NiFi service in AWS.
Stars: ✭ 37 (+23.33%)
Mutual labels:  apache

Docker OXID eShop 6

This (linux/osx) setup bootstraps an dockerized developer environment for OXID eShop 6.

Overview

Quickstart

  1. Install docker engine
  2. Add 127.0.0.1 oxid6.localhost to your etc/hosts file (if needed eg. windows)
  3. Fire up container
# clone repository:
git clone https://github.com/proudcommerce/docker-oxid6.git docker_oxid6
cd docker_oxid6
# create container
docker-compose build
# fire up container
docker-compose up

Configuration

Installation

  • Creating oxid project takes round about 5 minutes. It´s finished when docker log shows OXID bootstrap completed!).
  • Shop: http://oxid6.localhost (or https://oxid6.localhost with ssl-cert-snakeoil)
  • Shop admin http://oxid6.localhost/admin/, credentials: admin / admin
  • MailHog: http://oxid6.localhost:8025
  • phpMyAdmin: http://oxid6.localhost:8080

Container

  • 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).

Data

  • Data (www and mysql) is storend on host: data directory

Credentials

  • You can change all credentials (domain, ports, database, ...) in .env file.

OXID demo data

  • Normally oxid demo data will be installed automatically.
  • If you need a project without demo data, set OXID_DEMODATA=false in .env file.

Support

https://forum.oxid-esales.com/t/docker-container-fur-oxid-6/92282

License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Copyright

ProudCommerce | 2020 | proudcommerce.com
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].