chore(common): Update configure step

This commit is contained in:
Darcy Wong 2023-01-20 13:42:07 +07:00
parent 81b3369ecc
commit c2df747db2

View file

@ -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 |