From 5477e9feb6777e89c26e2ac5b9a7d2eeaae8663b Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:57:13 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=20CodeSpace=20?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 76ac931..5624748 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,11 @@ ExamCloud 是一个用于管理和查看考试安排的系统。它包括以下 ## 许可证 本项目采用 MIT 许可证。 + +## CodeSpace 开发 + +```bash +sudo sed -i 's/Listen 80$//' /etc/apache2/ports.conf +sudo sed -i 's//ServerName 127.0.0.1\n/' /etc/apache2/sites-enabled/000-default.conf +apache2ctl start +```