File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
## 说明
7
- 一个基于[ docker] ( https://www.docker.com/ ) 的LNMP环境,并利用[ electron] ( https://electron.atom.io/ ) + [ vue] ( https://cn.vuejs.org/ ) 提供gui管理(目前只处理了window环境,后续支持linux和mac )
7
+ 一个基于[ docker] ( https://www.docker.com/ ) 的LNMP环境,并利用[ electron] ( https://electron.atom.io/ ) + [ vue] ( https://cn.vuejs.org/ ) 提供gui管理(目前只处理了window环境和mac环境,后续支持linux )
8
8
9
9
<br />其中gui界面通过[ electron] ( https://electron.atom.io/ ) +[ webpack] ( http://webpack.github.io/ ) +[ vue] ( https://cn.vuejs.org/ ) +[ babel] ( http://babeljs.cn/ ) 实现。
10
10
13
13
- 1、npm打开
14
14
``` powershell
15
15
cd electron
16
- npm install
16
+ npm install --registry=https://registry.npm.taobao.org
17
17
npm start
18
18
```
19
19
@@ -64,10 +64,15 @@ bash /usr/local/php-ext.sh memcached-2.2.0 xdebug-2.4.0
64
64
65
65
66
66
67
+ <br >
67
68
68
69
## 各截图
69
70
70
- mini安装[ 多个扩展] ( https://github.com/aogg/docker_lnmp/blob/a716e496d59bf408804cda1e10b970af387a62bf/docker/php/src/install.json ) 时间<br />
71
+ 主界面截图
72
+ ![ github] ( https://raw.githubusercontent.com/aogg/image_repository/master/docker_lnmp/%e8%bd%af%e4%bb%b6%e4%b8%bb%e7%95%8c%e9%9d%a2%e6%88%aa%e5%9b%be.png " 主界面截图 ")
73
+
74
+
75
+ mini安装[ 多个扩展] ( https://github.com/aogg/docker_lnmp/blob/a716e496d59bf408804cda1e10b970af387a62bf/docker/php/src/install.json ) 时间
71
76
![ github] ( https://raw.githubusercontent.com/aogg/image_repository/master/docker_lnmp/mini%E5%AE%89%E8%A3%85%E6%89%A9%E5%B1%95%E6%97%B6%E9%97%B4.png " mini安装扩展时间 ")
72
77
73
78
You can’t perform that action at this time.
0 commit comments