|
@@ -0,0 +1,16 @@
|
|
|
+# DragonOS镜像站网页前端
|
|
|
+
|
|
|
+## 构建、运行:
|
|
|
+1. 终端输入命令 `git clone git@github.com:DragonOS-Community/mirror-frontend.git` 克隆项目;
|
|
|
+2. 在项目文件夹中右键选择“在终端中打开”,或在原终端用cd命令进入mirror-frontend文件夹;
|
|
|
+3. 终端输入命令 `docker build -t dragonos/dragonos-mirror-frontend:latest .` 创建镜像;
|
|
|
+4. 创建pub文件夹,在下面放置文件。
|
|
|
+4. 终端输入命令 `docker-compose up` 启动容器;
|
|
|
+5. 浏览器输入地址 “172.88.0.2” 打开页面。
|
|
|
+
|
|
|
+## 参与开发
|
|
|
+
|
|
|
+本项目Maintainer: mayuxiang@dragonos.org
|
|
|
+
|
|
|
+联系我们: contact@DragonOS.org
|
|
|
+
|