mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 13:52:56 +00:00
更新 README 文件中的示例命令,将 .env.example 文件重命名为 .env,以确保用户能够正确初始化环境配置并启动应用程序。
This commit is contained in:
@@ -62,7 +62,7 @@ The server will start, and you can access the application at `http://localhost:3
|
||||
# Example for Linux
|
||||
git clone https://github.com/BetterAndBetterII/excalidraw-full.git
|
||||
cd excalidraw-full
|
||||
mv .env.example .env
|
||||
mv .env.example.dex .env
|
||||
touch ./excalidraw.db # IMPORTANT: Initialize the SQLite DB, OTHERWISE IT WILL NOT START
|
||||
docker compose -f docker-compose.dex.yml up -d
|
||||
```
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@ docker compose up -d
|
||||
# 示例
|
||||
git clone https://github.com/BetterAndBetterII/excalidraw-full.git
|
||||
cd excalidraw-full
|
||||
mv .env.example .env
|
||||
mv .env.example.dex .env
|
||||
touch ./excalidraw.db # 重要:初始化 SQLite 数据库,否则无法启动
|
||||
docker compose -f docker-compose.dex.yml up -d
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user