File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # full stack cakephp for everyone with docker compose
1
+ # [ full stack proxy nginx cakephp for everyone with docker compose] ( https://github.com/damalis/full-stack-proxy-nginx-cakephp-for-everyone-with-docker-compose )
2
2
3
3
If You want to have a cakephp "basic" website at short time;
4
4
@@ -46,13 +46,13 @@ Contents:
46
46
download with
47
47
48
48
```
49
- git clone https://github.com/damalis/full-stack-cakephp-for-everyone-with-docker-compose.git
49
+ git clone https://github.com/damalis/full-stack-proxy-nginx- cakephp-for-everyone-with-docker-compose.git
50
50
```
51
51
52
52
Open a terminal and ` cd ` to the folder in which ` docker-compose.yml ` is saved and run:
53
53
54
54
```
55
- cd full-stack-cakephp-for-everyone-with-docker-compose
55
+ cd full-stack-proxy-nginx- cakephp-for-everyone-with-docker-compose
56
56
chmod +x install.sh
57
57
./install.sh
58
58
```
@@ -72,13 +72,13 @@ Make sure to [add your user to the `docker` group](https://docs.docker.com/insta
72
72
73
73
download with
74
74
```
75
- git clone https://github.com/damalis/full-stack-cakephp-for-everyone-with-docker-compose.git
75
+ git clone https://github.com/damalis/full-stack-proxy-nginx- cakephp-for-everyone-with-docker-compose.git
76
76
```
77
77
78
78
Open a terminal and ` cd ` to the folder in which ` docker-compose.yml ` is saved and run:
79
79
80
80
```
81
- cd full-stack-cakephp-for-everyone-with-docker-compose
81
+ cd full-stack-proxy-nginx- cakephp-for-everyone-with-docker-compose
82
82
```
83
83
84
84
### Manual Configuration
@@ -110,7 +110,7 @@ change example.com to your domain name in ```./phpmyadmin/apache2/sites-availabl
110
110
Firstly: will create external volume
111
111
112
112
```
113
- docker volume create --driver local --opt type=none --opt device=/home/ubuntu/full-stack-cakephp-for-everyone-with-docker-compose/certbot --opt o=bind certbot-etc
113
+ docker volume create --driver local --opt type=none --opt device=/home/ubuntu/full-stack-proxy-nginx- cakephp-for-everyone-with-docker-compose/certbot --opt o=bind certbot-etc
114
114
```
115
115
116
116
```
You can’t perform that action at this time.
0 commit comments