File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # dlnmp
2
+ Completely LNMP environment for ONE KEY deploy.
3
+
4
+ ### Feature
5
+ 1 . Multiple domains support.
6
+ 2 . HTTPS and HTTP/2 support.
7
+ 3 . PHP source located in host.
8
+ 4 . MySQL data directory in host.
9
+ 5 . All conf files located in host.
10
+ 6 . All log files located in host.
11
+
12
+ ### Usage
13
+ 1 . Install ` git ` , ` docker ` and ` docker-compose ` ;
14
+ 2 . Clone all dlnmp directories and files from Github:
15
+ ```
16
+ $ git clone https://github.com/yeszao/dlnmp.git
17
+ ```
18
+ 4. Start docker container:
19
+ ```
20
+ $ docker-compose up
21
+ ```
22
+ You may need use `sudo` before this command.
23
+ 5. Go to your browser and type `localhost`, you will see:
24
+ 
25
+ Change `index.php` in `./www/site1/` for more testing.
You can’t perform that action at this time.
0 commit comments