Skip to content

Commit b9eb4bc

Browse files
committed
Revert "Add steps to the guide document"
This reverts commit e8e835d.
1 parent e8e835d commit b9eb4bc

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

doc/docs/en/getting-started/development-guide.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,24 +109,18 @@ pnpm dev
109109
```
110110

111111
### Service Startup
112-
Before starting services, you need to create and activate the virtual environment:
112+
Before starting services, you need to activate the virtual environment:
113113

114114
```bash
115115
# Execute in the backend directory of the project root directory
116116
cd backend
117-
python -m venv .venv
118117
source .venv/bin/activate # Activate virtual environment
119118
```
120119

121120
::: warning Important Notes
122121
On Windows, you need to execute the `source .venv/Scripts/activate` command to activate the virtual environment.
123122
:::
124123

125-
generate .env in the root directory
126-
```bash
127-
bash docker/generate_env.sh
128-
```
129-
130124
Nexent includes three core backend services that need to be started separately:
131125

132126
```bash

doc/docs/zh/getting-started/development-guide.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,24 +109,18 @@ pnpm run dev
109109
```
110110

111111
### 服务启动
112-
在启动服务之前,需要先创建并激活虚拟环境
112+
在启动服务之前,需要先激活虚拟环境
113113

114114
```bash
115115
# 在项目根目录的backend目录下执行
116116
cd backend
117-
python -m venv .venv
118117
source .venv/bin/activate # 激活虚拟环境
119118
```
120119

121120
::: warning 重要提示
122121
Windows操作系统需执行`source .venv/Scripts/activate`命令激活虚拟环境。
123122
:::
124123

125-
在根目录中生成.env
126-
```bash
127-
bash docker/generate_env.sh
128-
```
129-
130124
Nexent 包含三个核心后端服务,需要分别启动:
131125

132126
```bash

0 commit comments

Comments
 (0)