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 )
22
33If You want to have a cakephp "basic" website at short time;
44
@@ -46,13 +46,13 @@ Contents:
4646download with
4747
4848```
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
5050```
5151
5252Open a terminal and ` cd ` to the folder in which ` docker-compose.yml ` is saved and run:
5353
5454```
55- cd full-stack-cakephp-for-everyone-with-docker-compose
55+ cd full-stack-proxy-nginx- cakephp-for-everyone-with-docker-compose
5656chmod +x install.sh
5757./install.sh
5858```
@@ -72,13 +72,13 @@ Make sure to [add your user to the `docker` group](https://docs.docker.com/insta
7272
7373download with
7474```
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
7676```
7777
7878Open a terminal and ` cd ` to the folder in which ` docker-compose.yml ` is saved and run:
7979
8080```
81- cd full-stack-cakephp-for-everyone-with-docker-compose
81+ cd full-stack-proxy-nginx- cakephp-for-everyone-with-docker-compose
8282```
8383
8484### Manual Configuration
@@ -110,7 +110,7 @@ change example.com to your domain name in ```./phpmyadmin/apache2/sites-availabl
110110Firstly: will create external volume
111111
112112```
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
114114```
115115
116116```
You can’t perform that action at this time.
0 commit comments