From 37dfc329e9f8b8163e8d2267b919060946406d70 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Sun, 4 Feb 2024 17:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20readme=20=E4=B8=AD?= =?UTF-8?q?=E5=85=B3=E4=BA=8E=E9=83=A8=E7=BD=B2=E7=9A=84=E8=AF=A6=E7=BB=86?= =?UTF-8?q?=E8=AF=B4=E6=98=8E,=20=E5=8F=AA=E7=95=99wiki=20=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=20(#2510)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 和 wiki 中的内容重复了, 以 wiki 的为准 --- README.md | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/README.md b/README.md index 222c0d7d66..9a004fb9e1 100644 --- a/README.md +++ b/README.md @@ -47,43 +47,7 @@ | archer | archer | ### Docker -#### 准备运行配置 -具体可参考:https://github.com/hhyo/Archery/tree/master/src/docker-compose - -#### 启动 -下载 [Releases](https://github.com/hhyo/archery/releases/)文件,解压后进入docker-compose文件夹 - -```bash -#启动 -docker-compose -f docker-compose.yml up -d - -#表结构初始化 -docker exec -ti archery /bin/bash -cd /opt/archery -source /opt/venv4archery/bin/activate -python3 manage.py makemigrations sql -python3 manage.py migrate - -#数据初始化 -python3 manage.py dbshell