mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(common): Update configure step
This commit is contained in:
parent
81b3369ecc
commit
c2df747db2
1 changed files with 6 additions and 5 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue