mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamCloudSchedule
synced 2025-04-29 07:56:35 +00:00
docs: 添加 CodeSpace 开发说明
This commit is contained in:
parent
6a7472e568
commit
5477e9feb6
@ -98,3 +98,11 @@ ExamCloud 是一个用于管理和查看考试安排的系统。它包括以下
|
||||
## 许可证
|
||||
|
||||
本项目采用 MIT 许可证。
|
||||
|
||||
## CodeSpace 开发
|
||||
|
||||
```bash
|
||||
sudo sed -i 's/Listen 80$//' /etc/apache2/ports.conf
|
||||
sudo sed -i 's/<VirtualHost \*:80>/ServerName 127.0.0.1\n<VirtualHost \*:8080>/' /etc/apache2/sites-enabled/000-default.conf
|
||||
apache2ctl start
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user