Skip to content
#

product

Here are 422 public repositories matching this topic...

killedbygoogle
sblionel
sblionel commented Jan 28, 2020

What's the Product's Name?
Google Contributor
Describe the product in a single sentence.
Replaces Google ads on sites with pictures of cats or other generic images, sharing revenue with the site.

When was the product launched? Provide a specific date, if possible.
21-November-2014

When was the product discontinued? Provide a specific date, if possible.
17-January-2017

Reiner030
Reiner030 commented Oct 2, 2019

https://docs.akeneo.com/3.1/technical_architecture/technical_information/operation_processes.html#backup-management

  • With this setup:

    Two pieces of information should be backed up:

    • database data: When using a MySQL server we recommend using the mysqldump tool with the –single-transaction option.
    • files and media data (uploaded and archived): This data can be found in th
tinuzz
tinuzz commented Feb 23, 2015

I downloaded the "Standard Edition without demo data" from http://www.akeneo.com/pim-community-standard-v1.3-latest.tar.gz and followed installation instructions. Result: a PIM installed with icecat demo data.

It seems I needed to do

sed -i 's/PimInstallerBundle:icecat_demo_dev/PimInstallerBundle:minimal/' app/config/pim_parameters.yml

before php app/console pim:install --env=prod

P.S. The

anorsich
anorsich commented Sep 21, 2018

We might just add this to the readme section of the deployment, but it took me few hours to figure out few small things, basically to make lets encrypt deploy work on AWS we need to do few things:

  1. Create ini file of another format
[default] 
aws_access_key_id = YOUR_ID
aws_secret_access_key = YOUR_ACCESS_KEY
  1. Pass this as env variable to certbot docker
  env: 
    AWS

Improve this page

Add a description, image, and links to the product topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the product topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.