All Projects → akeneo → Pim Community Standard

akeneo / Pim Community Standard

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

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Pim Community Standard

Pim Community Dev
[Community Development Repository] The open source Product Information Management (PIM)
Stars: ✭ 774 (+135.26%)
Mutual labels:  product, symfony, opensource
Rox
🌍 BeWelcome lets you share a place to stay, connect with travellers, meet up and find accommodation on your journey. It is and will always be a free, open source, non for profit, democratic community.
Stars: ✭ 95 (-71.12%)
Mutual labels:  symfony, opensource
Community Skeleton
UVDesk Opensource Community Helpdesk Project built for all to make a full Ticketing Support System along with many more other features.
Stars: ✭ 540 (+64.13%)
Mutual labels:  opensource, backbonejs
Wellcommerce
Open-source E-Commerce software
Stars: ✭ 499 (+51.67%)
Mutual labels:  symfony, opensource
Fossdroid Core
Fossdroid Core is a web frontend of F-Droid: an alternative software repository comprising only free, open source software for Android. This repo is the open source version of fossdroid.com.
Stars: ✭ 329 (+0%)
Mutual labels:  symfony, opensource
Wesnoth
An open source, turn-based strategy game with a high fantasy theme.
Stars: ✭ 3,488 (+960.18%)
Mutual labels:  opensource
Security Acl
Symfony Security ACL Component
Stars: ✭ 321 (-2.43%)
Mutual labels:  symfony
Augur
Python library and web service for Open Source Software Health and Sustainability metrics & data collection.
Stars: ✭ 304 (-7.6%)
Mutual labels:  opensource
Awesome Symfony Education
Useful sources around Symfony - articles, series and books (not Bundles)
Stars: ✭ 305 (-7.29%)
Mutual labels:  symfony
Cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
Stars: ✭ 3,606 (+996.05%)
Mutual labels:  symfony
Geojs
High-performance visualization and interactive data exploration of scientific and geospatial location aware datasets
Stars: ✭ 323 (-1.82%)
Mutual labels:  opensource
Commandschedulerbundle
Symfony bundle that will allow you to schedule all your commands just like unix crontab, with a nice admin panel
Stars: ✭ 318 (-3.34%)
Mutual labels:  symfony
Altair
✨⚡️ A beautiful feature-rich GraphQL Client for all platforms.
Stars: ✭ 3,827 (+1063.22%)
Mutual labels:  opensource
Polyfill Php70
This component provides features unavailable in releases prior to PHP 7.0.
Stars: ✭ 3,270 (+893.92%)
Mutual labels:  symfony
Cache
Cache library
Stars: ✭ 310 (-5.78%)
Mutual labels:  symfony
Jarves
Jarves CMS/Application Framework based on Symfony - Alpha material
Stars: ✭ 325 (-1.22%)
Mutual labels:  symfony
Class Central
Source code for Class Central
Stars: ✭ 305 (-7.29%)
Mutual labels:  symfony
Flutterwidgetguide
A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.
Stars: ✭ 316 (-3.95%)
Mutual labels:  opensource
Icard
Bank Card Generator with Swift using SnapKit DSL 💳
Stars: ✭ 323 (-1.82%)
Mutual labels:  opensource
Easyadminbundle
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
Stars: ✭ 3,391 (+930.7%)
Mutual labels:  symfony

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:4.0 \
    php -d memory_limit=4G /usr/local/bin/composer create-project --prefer-dist \
    akeneo/pim-community-standard /srv/pim "4.0.*@stable"
$ 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 -d memory_limit=4G /usr/local/bin/composer create-project --prefer-dist \
    akeneo/pim-community-standard /srv/pim "4.0.*@stable"

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.

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].