Skip to content

Commit c6e76d8

Browse files
authored
Update readme.md
1 parent ad7d759 commit c6e76d8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,21 @@ This is a shell script for setting up Laravel Production environment on Ubuntu 1
3333

3434
1). Pull down the script
3535

36+
My Ubuntu 16.04
37+
38+
```
39+
wget https://raw.githubusercontent.com/summerblue/laravel-ubuntu-init/master/deploy-16.sh -O deploy.sh
40+
chmod +x deploy.sh
41+
```
42+
43+
Ubuntu 14.04
44+
3645
```
3746
wget https://raw.githubusercontent.com/summerblue/laravel-ubuntu-init/master/deploy.sh
3847
chmod +x deploy.sh
3948
```
4049

50+
4151
2). Config MySQL password
4252

4353
`vi deploy.sh` edit your password:

0 commit comments

Comments
 (0)