Coder Social home page Coder Social logo

docker-akeneo's Introduction

Intarmour Docker Akeneo PIM Community Standard Edition

This repository provides Docker configuration files and instructions for setting up Akeneo, a powerful Product Information Management (PIM) system, using Docker containers.

CircleCI Maintained - Yes Apple Silicon Support

Features

  • Easy setup and deployment of Akeneo PIM using Docker and Docker Compose.
  • Customizable PHP and Apache configurations for fine-tuning performance and functionality.
  • MySQL database included with default configuration for seamless integration.
  • Access to Akeneo via web browser at http://localhost:8080 after setup.
  • Convenient start and stop commands for managing Docker containers.

Getting Started

Prerequisites

  • Docker (version >= 19.03.0)
  • Docker Compose (version >= 1.25.0)

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/Intarmour/docker-akeneo.git
  2. Navigate to the cloned repository:

    cd docker-akeneo
  3. Configure environment variables (if needed) in the .env file.

  4. Build and start the Docker containers:

    docker-compose up -d --build

    This command will initialize the Akeneo and MySQL containers defined in the docker-compose.yml file.

  5. Access Akeneo via your web browser at http://localhost:8080.

Configuration

  • MySQL Database Configuration:
    • Host: db
    • Port: 3306
    • Username: root
    • Password: root
    • Database Name: akeneo_pim

Usage

  • Start the containers:

    docker-compose up -d
  • Stop the containers:

    docker-compose down

Customization

  • Modify PHP and Apache configurations:
    • PHP settings: docker/php/php.ini
    • Apache virtual host: docker/apache/vhost.conf
  • Update docker-compose.yml for additional services or configurations.

Contributing

Contributions are welcome! Please follow the guidelines outlined in CONTRIBUTING.md for submitting pull requests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credits

Intarmour

๐Ÿ’Œ Contact me

docker-akeneo's People

Contributors

cobaltxyz avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.