Skip to content

Commit 8cd5941

Browse files
committed
Update README.md
1 parent fe569d4 commit 8cd5941

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ Contents:
4444
### Exec install shell script for auto installation and configuration
4545

4646
download with
47+
4748
```
4849
git clone https://github.com/damalis/full-stack-cakephp-for-everyone-with-docker-compose.git
4950
```
51+
5052
Open a terminal and `cd` to the folder in which `docker-compose.yml` is saved and run:
5153

5254
```
@@ -128,6 +130,8 @@ manage docker with [Portainer](https://www.portainer.io/solutions/docker) is the
128130

129131
You can also visit `https://example.com:9001` to access portainer after starting the containers.
130132

133+
#### could manage docker containers with portainer without command line.
134+
131135
## Usage
132136

133137
### Starting containers
@@ -187,14 +191,6 @@ You should see the "Welcome to CakePHP..." page in your browser. If not, please
187191
https://example.com
188192
```
189193

190-
modify with below configuration values in the /app/basic/config/app_local.php file.
191-
192-
Datasources => default => username = ${DB_USER}
193-
194-
Datasources => default => password = ${DB_PASSWORD}
195-
196-
Datasources => default => database = ${DB_NAME}
197-
198194
add or remove code in the ./php-fpm/php/conf.d/security.ini file for custom php.ini configurations
199195

200196
Copy and paste the following code in the ./php-fpm/php-fpm.d/z-www.conf file for php-fpm configurations at 1Gb Ram Host
@@ -220,16 +216,7 @@ add and/or remove cakephp site folders and files with any ftp client program in
220216

221217
see [Redis Cache](https://book.cakephp.org/4/en/core-libraries/caching.html#redisengine-options) options and must add below code to config file.
222218

223-
```
224-
Cache::setConfig('redis', [
225-
'className' => 'Redis',
226-
'duration' => '+1 hours',
227-
'prefix' => 'cake_redis_',
228-
'host' => 'redis',
229-
'port' => 6379,
230-
'fallback' => 'default',
231-
]);
232-
```
219+
modify redis cache configuration values in the /app/basic/config/app_local.php file.
233220

234221
### phpMyAdmin
235222

0 commit comments

Comments
 (0)