GithubHelp home page GithubHelp logo

admariner / pim-community-standard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akeneo/pim-community-standard

0.0 0.0 0.0 5.07 MB

[Community Standard Edition] The open source Product Information Management (PIM) - please raise issues in https://github.com/akeneo/pim-community-dev/issues

Home Page: http://www.akeneo.com

License: Other

Shell 100.00%

pim-community-standard's Introduction

Akeneo PIM Community Standard Edition

Welcome to Akeneo PIM.

This repository is used to create a new PIM project based on Akeneo PIM.

If you want to contribute to the Akeneo PIM (and we will be pleased if you do!), you can fork the repository https://github.com/akeneo/pim-community-dev and submit a pull request.

Installation instructions

Development Installation with Docker

Requirements

  • Docker 19+
  • docker-compose >= 1.24
  • make

Creating a project and starting the PIM

The following steps will install Akeneo PIM in the current directory (must be empty) and launch it from there:

$ docker run -u www-data -v $(pwd):/srv/pim -w /srv/pim --rm akeneo/pim-php-dev:8.1 \
    php /usr/local/bin/composer create-project --prefer-dist \
    akeneo/pim-community-standard /srv/pim "dev-master@dev"
$ make

The PIM will be available on http://localhost:8080/, with admin/admin as default credentials.

To shutdown your PIM: make down

Installation without Docker

$ php /usr/local/bin/composer create-project --prefer-dist akeneo/pim-community-standard /srv/pim "dev-master@dev"

You will need to change the .env file to configure the access to your MySQL and ES server.

Once done, you can run:

$ NO_DOCKER=true make

For more details, please follow https://docs.akeneo.com/master/install_pim

Upgrade instructions

To upgrade Akeneo PIM to a newer version, please follow: https://docs.akeneo.com/master/migrate_pim/index.html

Changelog

You can check out the changelog files in https://github.com/akeneo/pim-community-dev.

pim-community-standard's People

Contributors

ahocquard avatar anaelchardan avatar arnolanglade avatar bitone avatar christophe-chausseray avatar damien-carcel avatar docteurklein avatar doodoune avatar fitn avatar ghoussard avatar gquemener avatar grena avatar jjanvier avatar jmleroux avatar juliensnz avatar laurentpetard avatar micheltag avatar mickaelandrieu avatar mmetayer avatar momoss avatar nidup avatar nuscly avatar pchasle avatar phaseinducer avatar pierallard avatar rouliane avatar samirboulil avatar solivier avatar stevenvaidie avatar tamarasaurus 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.