Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxiaoyong committed Sep 28, 2024
2 parents ab672cd + 4af5201 commit ae33060
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
43 changes: 43 additions & 0 deletions docs/installation/aliyun.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 云市场部署指南

!!! Abstract ""

本指南将介绍如何通过阿里云云市场购买、部署和使用 **MaxKB** 镜像,并提供购买服务器的优惠链接。

## 1 购买镜像

!!! Abstract ""

- MaxKB 已经上架到阿里云云市场,您可以通过以下链接直接购买镜像:
[MaxKB 云市场购买链接](https://market.aliyun.com/products/201204006/cmjj00067609.html)

- 您也可以自行购买阿里云服务器,并在选择镜像时搜索 **MaxKB**,即可快速选择镜像进行部署。

!!! Abstract "服务器优惠"

如果您还没有服务器,可以通过以下优惠链接购买阿里云服务器:

- [阿里云服务器0元试用,首购低至0.9元/月起](https://www.aliyun.com/daily-act/ecs/activity_selection?userCode=j57gyupo)
- 更多云产品优惠请点击 [此链接](https://www.aliyun.com/minisite/goods?userCode=j57gyupo)

## 2 启动服务

!!! Abstract ""

镜像启动后,您可以通过浏览器访问以下地址登录 MaxKB:

```
服务访问地址: http://服务器IP:8080
默认用户名: admin
默认密码: MaxKB@123..
```

首次登录后,建议及时更改密码并进行其他安全设置。

## 3 开放端口

!!! Abstract ""

- 为了确保外部能够正常访问 MaxKB 服务,您需要在阿里云服务器的安全组规则中开放 `8080` 端口。

- 具体的开放步骤可以参考阿里云的 [端口放行教程](https://help.aliyun.com/document_detail/25471.html)。
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ nav:
- 离线安装: installation/offline_installtion.md
- 在线安装: installation/online_installtion.md
- 1Panel 安装: installation/1panel_installtion.md
- 阿里云安装: installation/aliyun.md
- 命令行工具: installation/cli.md
- 快速入门: quick_start.md
- 功能手册:
Expand Down
4 changes: 2 additions & 2 deletions theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<script src="{{ base_url }}/js/jquery-3.5.1.min.js"></script>
<script src="{{ base_url }}/js/bootstrap.bundle.min.js"></script>
<script src="{{ base_url }}/js/mega.js"></script>

<script async defer src="https://maxkb.fit2cloud.com/api/application/embed?protocol=https&host=maxkb.fit2cloud.com&token=05b106be72d62386"></script>
{% endblock libs %}

{% block scripts %}
Expand All @@ -53,4 +53,4 @@
lightGallery(elements[i]);
}
</script>
{% endblock scripts %}
{% endblock scripts %}

0 comments on commit ae33060

Please sign in to comment.