2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 06:15:26 +00:00

review comment

This commit is contained in:
Florian HENRY 2020-11-05 20:07:48 +01:00
parent a2c4ecef2d
commit 3dedd7b018

View File

@ -75,6 +75,8 @@ bench set-redis-socketio-host redis-socketio:6379
### Edit Honcho's Procfile
Note : With the option '--skip-redis-config-generation' during bench init, this part is no more needed. But at least, take a look to ProcFile to see what going on when bench launch honcho on start
Honcho is the tool used by Bench to manage all the processes Frappe requires. Usually, these all run in localhost, but in this case, we have external containers for Redis. For this reason, we have to stop Honcho from trying to start Redis processes.
Open the Procfile file and remove the three lines containing the configuration from Redis, either by editing manually the file:
@ -88,8 +90,6 @@ Or running the following command:
sed -i '/redis/d' ./Procfile
```
Note: with the option '--skip-redis-config-generation' during bench init, this part is no more needed. But at least, take a look to ProcFile to see what going on when bench launch honcho on start
### Create a new site with bench
You can create a new site with the following command: