File tree Expand file tree Collapse file tree 6 files changed +28
-6
lines changed
websiteapp/media/sample-picture Expand file tree Collapse file tree 6 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 1
- # WebsiteGuide
1
+ <h1 align =" center " >WebsiteGuide</h1 >
2
+
3
+ <div align =" center " >WebsiteGuide网址导航系统基于Vue+djangorestframework开发,可用于企业内部系统导航,具有网址导航搜索、后台管理、系统管理等功能,后续考虑增加rbac和其他功能,欢迎使用和交流~</div >
4
+
2
5
3
- WebsiteGuide网址导航系统基于Vue+djangorestframework开发,可用于企业内部系统导航,具有网址导航、后台管理、系统管理,后续考虑增加rbac和其他功能,欢迎使用和交流~
4
6
5
7
### 环境
6
8
@@ -10,9 +12,27 @@ WebsiteGuide网址导航系统基于Vue+djangorestframework开发,可用于企
10
12
- Node 13.14
11
13
- Vue2.0
12
14
15
+ ![ image] ( https://github.com/mizhexiaoxiao/WebsiteGuide/blob/main/websiteapp/media/sample-picture/1.jpg )
16
+
17
+ ![ image] ( https://github.com/mizhexiaoxiao/WebsiteGuide/blob/main/websiteapp/media/sample-picture/2.jpg )
18
+
19
+ ![ image] ( https://github.com/mizhexiaoxiao/WebsiteGuide/blob/main/websiteapp/media/sample-picture/3.jpg )
20
+
21
+ ![ image] ( https://github.com/mizhexiaoxiao/WebsiteGuide/blob/main/websiteapp/media/sample-picture/4.jpg )
22
+
23
+ ![ image] ( https://github.com/mizhexiaoxiao/WebsiteGuide/blob/main/websiteapp/media/sample-picture/5.jpg )
24
+
25
+ ### 演示地址
26
+
27
+ http://demo.mizhexiao.top:8000/
28
+
29
+ username:admin
30
+
31
+ password:admin@1234
32
+
13
33
### 快速开始
14
34
15
- ##### docker安装
35
+ ##### docker安装(版本17.05+)
16
36
17
37
``` sh
18
38
yum install -y docker
@@ -35,9 +55,11 @@ docker run -d --restart=always --name=websiteguide -p 8000:80 websiteguide
35
55
36
56
##### 访问
37
57
38
- ```
39
- http://ip:8000
40
- ```
58
+ 浏览器打开http://localhost:8000
59
+
60
+ username:admin
61
+
62
+ password:admin@1234
41
63
42
64
### 联系作者
43
65
You can’t perform that action at this time.
0 commit comments