Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
ec868472
authored
Apr 24, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs
parent
dd2d93c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
.github/workflows/release.yml
+2
-2
README.md
+8
-3
No files found.
.github/workflows/release.yml
View file @
ec868472
...
...
@@ -5,7 +5,7 @@ on:
push
:
branches
:
-
"
main"
-
'
main'
jobs
:
release
:
...
...
@@ -14,7 +14,7 @@ jobs:
-
name
:
Checkout
uses
:
actions/checkout@v3
with
:
fetch-depth
:
0
fetch-depth
:
1
-
name
:
Install Dependencies
run
:
|
...
...
README.md
View file @
ec868472
...
...
@@ -41,7 +41,7 @@ PG_DB_NAME=xxx
pnpm dev
```
## 部署
##
docker
部署
### 安装 docker 和 docker-compose
这个不同系统略有区别,百度安装下。验证安装成功后进行下一步。下面给出一个例子:
...
...
@@ -271,4 +271,9 @@ done
```
## Mac 可能的问题
> 因为教程有部分镜像不兼容arm64,所以写个文档指导新手如何快速在mac上面搭建fast-gpt[如何在mac上面部署fastgpt](./docs/mac.md)
\ No newline at end of file
> 因为教程有部分镜像不兼容arm64,所以写个文档指导新手如何快速在mac上面搭建fast-gpt[如何在mac上面部署fastgpt](./docs/mac.md)
## Git Action 配置
1.
创建账号 session: 头像 -> settings -> 最底部 Developer settings -> Personal access tokens -> tokens(classic) -> 创建新 session,把一些看起来需要的权限勾上。
2.
添加 session 到仓库: 仓库 -> settings -> Secrets and variables -> Actions -> 创建secret
3.
填写 secret: Name-GH_PAT, Secret-第一步的tokens
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment