From c2df747db2293bef7dd86fedaa86a8675eafb5ec Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Fri, 20 Jan 2023 13:42:07 +0700 Subject: [PATCH] chore(common): Update configure step --- docs/websites/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/websites/README.md b/docs/websites/README.md index 07dd4a00ed..33c2883500 100644 --- a/docs/websites/README.md +++ b/docs/websites/README.md @@ -39,17 +39,18 @@ This stops the Docker container for the site. This downloads and builds the Docker images needed for the site. +#### Configure +1. Run `./build.sh configure`. + +This step is currently not needed + #### Start the Docker container 1. Run `./build.sh start`. This maps the local directory to the the Docker image. - -#### Configure -Create a link of the PHP dependencies in Docker image from /var/www/vendor/ to /var/www/html/vendor. +Then, it creates a link of the PHP dependencies in Docker image from /var/www/vendor/ to /var/www/html/vendor. The link file also appears locally. -1. Run `./build.sh configure`. - After this, you can access the website at the following ports: | Website | URL |