Skip to content

Commit

Permalink
"Run the webserver for PROD"
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed Oct 11, 2023
1 parent 82bef71 commit 5645756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ git add . && git commit -m "Initialized project" && git push origin && git tag 0

This will commit the codebase to your GitHub repo, and tag it with version `0.0.0`. (This tag is needed to start incrementing the version automatically from now on.)

## Run the webserver for development
## Run the webserver for DEV

A Lando webserver is set-up and configured to develop the extensions in the monorepo.

Expand Down Expand Up @@ -321,9 +321,9 @@ Run:
composer rebuild-app-and-server
```

## Run the webserver to test the released extension plugins for production
## Run the webserver for PROD

A Lando webserver is set-up and configured to test the extension plugins generated by GitHub Actions.
A Lando webserver is set-up and configured to test the released extension plugins, generated by GitHub Actions.

- Runs on PHP 7.2
- You must download the generated plugins for PROD (from GitHub Actions) and install them on the webserver
Expand Down

0 comments on commit 5645756

Please sign in to comment.