mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 23:00:56 +00:00
fix: installation README for migration
This commit is contained in:
parent
8d9d583a8f
commit
2f59ebbae0
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
### Setup Letsencrypt Nginx Proxy Companion
|
### Setup Letsencrypt Nginx Proxy Companion
|
||||||
|
|
||||||
|
DNS needs to be configured for following to work
|
||||||
|
|
||||||
Read more: https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion
|
Read more: https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -26,7 +28,7 @@ mkdir installation/sites
|
|||||||
|
|
||||||
### Setup Environment Variables
|
### Setup Environment Variables
|
||||||
|
|
||||||
3 Environment variables are set to pass secret and variable data.
|
Environment variables are set to pass secret and variable data.
|
||||||
|
|
||||||
If `env-example` is copied to `.env` following values are set.
|
If `env-example` is copied to `.env` following values are set.
|
||||||
|
|
||||||
@ -38,8 +40,6 @@ If `env-example` is copied to `.env` following values are set.
|
|||||||
|
|
||||||
### Start frappe-bench services
|
### Start frappe-bench services
|
||||||
|
|
||||||
DNS needs to be configured for following to work
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker-compose \
|
docker-compose \
|
||||||
--project-name frappebench00 \
|
--project-name frappebench00 \
|
||||||
@ -97,6 +97,9 @@ Backup will be available in `sites` mounted volume
|
|||||||
# Change to repo root
|
# Change to repo root
|
||||||
cd $HOME/frappe_docker
|
cd $HOME/frappe_docker
|
||||||
|
|
||||||
|
# Update environment variable VERSION
|
||||||
|
nano .env
|
||||||
|
|
||||||
# Pull new images
|
# Pull new images
|
||||||
docker-compose \
|
docker-compose \
|
||||||
-f installation/docker-compose-common.yml \
|
-f installation/docker-compose-common.yml \
|
||||||
|
Loading…
Reference in New Issue
Block a user