> For the complete documentation index, see [llms.txt](https://docs.imdcinsights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imdcinsights.com/ying-yong-zhong-xin/shu-ju-yu-fen-xi/akeneo-kuai-su-ru-men.md).

# Akeneo快速入门

<br>

<figure><img src="https://libs.websoft9.com/Websoft9/DocsPicture/zh/akeneo/akeneo-main-websoft9.png" alt=""><figcaption></figcaption></figure>

部署 创达睿通 提供的 Akeneo 之后，请参考下面的步骤快速入门。

### 准备[​](https://support.websoft9.com/docs/akeneo#prepare) <a href="#prepare" id="prepare"></a>

1. 在云控制台获取您的 **服务器公网IP地址**
2. 在云控制台安全组中，确保 **Inbound（入）规则** 下的 **TCP:80** 端口已经开启
3. 在服务器中查看 Akeneo 的 **默认账号和密码**
4. 若想用域名访问 Akeneo，务必先完成 **域名五步设置** 过程

### Akeneo 初始化向导[​](https://support.websoft9.com/docs/akeneo#wizard) <a href="#wizard" id="wizard"></a>

#### 详细步骤[​](https://support.websoft9.com/docs/akeneo#%E8%AF%A6%E7%BB%86%E6%AD%A5%E9%AA%A4) <a href="#xiang-xi-bu-zhou" id="xiang-xi-bu-zhou"></a>

1. 使用本地电脑浏览器访问网址：*<http://域名>* 或 *<http://服务器公网IP>*, 进入初始化页面&#x20;

   <figure><img src="https://libs.websoft9.com/Websoft9/DocsPicture/zh/akeneo/akeneo-login-websoft9.png" alt=""><figcaption></figcaption></figure>
2. 输入用户名和密码 ，登陆 Akeneo 开始产品管理&#x20;

   <figure><img src="https://libs.websoft9.com/Websoft9/DocsPicture/zh/akeneo/akeneo-product-websoft9.png" alt=""><figcaption></figcaption></figure>

#### 碰到问题？[​](https://support.websoft9.com/docs/akeneo#%E7%A2%B0%E5%88%B0%E9%97%AE%E9%A2%98) <a href="#peng-dao-wen-ti" id="peng-dao-wen-ti"></a>

若碰到问题，请第一时刻联系 **技术支持**。也可以先参考下面列出的问题定位或 **FAQ** 尝试快速解决问题。

### Akeneo 使用入门[​](https://support.websoft9.com/docs/akeneo#quickstart) <a href="#quickstart" id="quickstart"></a>

下面以 **Akeneo 数据导入导出** 作为一个任务，帮助用户快速入门：

详细请参照Akeneo 数据导入导出

### Akeneo 常用操作[​](https://support.websoft9.com/docs/akeneo#guide) <a href="#guide" id="guide"></a>

#### 连接 App Store[​](https://support.websoft9.com/docs/akeneo#Appstore) <a href="#appstore" id="appstore"></a>

Akeneo 通过 App Store 通过扩展应用。连接到 App Store 需要2个步骤：

1. 给用户授权管理App Store。依次点击：System - Users - Roles - Administrator - Permissions - System - Manager apps / Open apps<br>

   <figure><img src="https://libs.websoft9.com/Websoft9/DocsPicture/zh/akeneo/akeneo-appmanager-websoft9.png" alt=""><figcaption></figcaption></figure>
2. 配置 AKENEO\_PIM\_URL ：修改 /data/apps/akeneo/data/akeneo/.env.local 文件，将 AKENEO\_PIM\_URL 值修改成服务器 IP 或域名，比如 AKENEO\_PIM\_URL=<http://100.100.100.100>

#### 设置中文[​](https://support.websoft9.com/docs/akeneo#setlan) <a href="#setlan" id="setlan"></a>

Akeneo 完美支持中文，可以通过如下操作进行设置中文：

1. 设置登陆页面为中文：点击 System - Configuration 进行设置<br>

   <figure><img src="https://libs.websoft9.com/Websoft9/DocsPicture/zh/akeneo/akeneo-setlanguage01-websoft9.png" alt=""><figcaption></figcaption></figure>
2. 设置后台页面为中文：点击右上角个人头像进行设置<br>

   <figure><img src="https://libs.websoft9.com/Websoft9/DocsPicture/zh/akeneo/akeneo-setlanguage02-websoft9.png" alt=""><figcaption></figcaption></figure>

### 参数[​](https://support.websoft9.com/docs/akeneo#parameter) <a href="#parameter" id="parameter"></a>

Akeneo 应用中包含 Docker, Portainer 等组件，可通过 **通用参数表** 查看路径、服务、端口等参数。

通过运行 `docker ps`，查看 Akeneo 运行时所有的服务组件：

```
CONTAINER ID   IMAGE                                                      COMMAND                  CREATED         STATUS         PORTS                                                  NAMES
7d46c77c8bc7   phpmyadmin:latest                                          "/docker-entrypoint.…"   6 minutes ago   Up 6 minutes   0.0.0.0:9090->80/tcp, :::9090->80/tcp                  phpmyadmin
db9a7668dad3   dev/akeneo:latest                                  "/entrypoint.sh /usr…"   7 minutes ago   Up 6 minutes   0.0.0.0:9001->80/tcp, :::9001->80/tcp                  akeneo
6ecce79ee4c1   mysql:8.0                                                  "docker-entrypoint.s…"   7 minutes ago   Up 6 minutes   0.0.0.0:3306->3306/tcp, :::3306->3306/tcp, 33060/tcp   akeneo-mysql
8ea176b3bf04   docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.1   "/tini -- /usr/local…"   7 minutes ago   Up 6 minutes   0.0.0.0:9200->9200/tcp, :::9200->9200/tcp, 9300/tcp    akeneo-elasticsearch
```

#### 路径[​](https://support.websoft9.com/docs/akeneo#path) <a href="#path" id="path"></a>

Akeneo 安装目录： */data/apps/akeneo*\
Akeneo 配置文件： */data/apps/akeneo/000-default.conf*\
Akeneo 站点目录： */data/apps/akeneo/data/akeneo*

#### 端口[​](https://support.websoft9.com/docs/akeneo#port) <a href="#port" id="port"></a>

除 80, 443 等常见端口需开启之外，以下端口可能会用到：

暂无特殊端口

#### 版本[​](https://support.websoft9.com/docs/akeneo#version) <a href="#version" id="version"></a>

```
docker exec -i akeneo  grep "pim-community-dev/tree" /var/www/html/composer.lock |awk -F"/v" '{print $2}'
```

#### 服务[​](https://support.websoft9.com/docs/akeneo#service) <a href="#service" id="service"></a>

```
sudo docker start | stop | restart | stats akeneo
sudo docker start | stop | restart | stats akeneo-elasticsearch
sudo docker start | stop | restart | stats akeneo-mysql
```

#### 命令行[​](https://support.websoft9.com/docs/akeneo#cli) <a href="#cli" id="cli"></a>

暂无

#### API[​](https://support.websoft9.com/docs/akeneo#api) <a href="#api" id="api"></a>

Akeneo 采用 [REST API](https://api.akeneo.com/documentation/introduction.html) 规范。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.imdcinsights.com/ying-yong-zhong-xin/shu-ju-yu-fen-xi/akeneo-kuai-su-ru-men.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
