Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
/ portal-helpcenter Public archive

Helpcenter for the Partners and Customers Portal

Notifications You must be signed in to change notification settings

akeneo/portal-helpcenter

Repository files navigation

Akeneo Portal Help center

This repository holds the sources for the Portal help center, made by hand with love.

Install/preview the help center

Install Docker Engine

Build with docker

$ make build

This is only building the documentation. The documentation is not available with this command, as it does not launch the HTTP server.

Build and launch HTTP server with docker

$ make watch

The help center website is then available on http://localhost:8010/. Files located in the content and src directories are watched for changes, so when developing or writing new articles you do not need to launch any other task.

Manual deployment

Deploy to staging

$ HOSTNAME=help-staging.akeneo.com PORT=2253 make deploy

Deploy to production

$ HOSTNAME=help.akeneo.com PORT=2249 make deploy

Automated deployment with Circle CI

Once you merge a PR into the master branch, it is automatically deployed on the staging server. You have nothing to do.

Then, you can check that your changes have been correctly applied.

If everything went as expected, you can deploy on the production server by following the next steps:

look at the latest merge in master and click on deployment.

Then click on wait_for_user_approval.

Last, click on Approve.