Skip to content

[Community Documentation Repository] The open source Product Information Management (PIM)

Notifications You must be signed in to change notification settings

botisSmile/pim-docs

This branch is 276 commits behind akeneo/pim-docs:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 22, 2021
Jan 14, 2021
Mar 21, 2017
Jan 14, 2021
Mar 9, 2021
Dec 7, 2021
Nov 24, 2021
Jun 30, 2021
Dec 1, 2021
Dec 7, 2021
Jun 16, 2021
Nov 29, 2021
Nov 23, 2021
Sep 14, 2021
Mar 22, 2021
Jan 28, 2021
Dec 7, 2021
Mar 20, 2020
Mar 29, 2021
Jan 14, 2021
May 14, 2021
Feb 6, 2020
Dec 7, 2021
Dec 6, 2021
Jan 14, 2021
Jun 5, 2017
Jul 26, 2021
Jan 14, 2019
Jan 14, 2019
Jan 14, 2021
Dec 15, 2021
Dec 17, 2021
Dec 17, 2021
Dec 17, 2021

Repository files navigation

Akeneo PIM Documentation

The Akeneo PIM documentation

Build the documentation

Install Docker.

Then make build.

The docs will be built into ./pim-docs-build.

Deploy the documentation

With Circle CI (recommended)

Once you merge a PR into the master branch, it is automatically deployed on the staging server. In order to deploy it in production, please follow these steps:

  • Check the staging environment if everything is ok to be deployed in production
  • Open the list of merged PR in master branch in Circle CI. You have to be connected with your Github account.
  • Click on the first row which should be "On hold"

List of merged PR in master

  • Click on the box "approve_to_deploy_in_production" and approve. It will launch the deployment in production.

List of jobs in a workflow

  • It's deployed in production in 1 minute!

Local deployment (not recommended)

Your public SSH key should be deployed on the server (see Ansible configuration). It is strongly recommended to release with the CI process though.

To deploy what you have built, use HOSTNAME=foo.com PORT=1985 VERSION=bar make deploy.

HOSTNAME is the server to deploy the documentation on. PORT is the SSH port to connect to the server. VERSION is the subdirectory of /var/www/ where the documentation will be deployed on the the server. It should be something like 3.2, 4.0 or master.

To know the production and staging environments of pim-docs, please read the inventory.

Contribution

Don't hesitate to suggest cookbook ideas via https://github.com/akeneo/pim-docs/issues.

Developer's notes

  • The folder /_themes/sphinx_rtd_theme is a clone from https://github.com/snide/sphinx_rtd_theme, and was updated on 2016-07. If you want to customize the Akeneo theme, please only update /_theme/akeneo_rtd theme.

About

[Community Documentation Repository] The open source Product Information Management (PIM)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 65.3%
  • PHP 14.2%
  • C++ 6.5%
  • HTML 6.2%
  • Python 3.8%
  • JavaScript 1.7%
  • Other 2.3%