Skip to content

Akeneo 7.x CE docker enviroment for production or testing purpose.

License

Notifications You must be signed in to change notification settings

Intarmour/docker-akeneo

Repository files navigation

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

About

Akeneo 7.x CE docker enviroment for production or testing purpose.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages