You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ The purposes and features of this repository are:
6
6
- Update the references to code you want to build MediaWiki from
7
7
- Download the code you want to build MediaWiki from
8
8
- Store and then copy in the custom WBStack code
9
-
- Adjust some MediawWiki code to load custom WBStack code
9
+
- Adjust some MediaWiki code to load custom WBStack code
10
10
- Build the Docker image from the code in the `dist` directory
11
11
- Test the image
12
-
- Build the image automatically on Github Actions platform then push it.
12
+
- Build the image automatically on Github Actions platform then push it
13
13
14
14
This ultimately repackages MediaWiki together with its extensions, skins, and the WBStack code into `dist` and `dist-persist` folders, then creates a new "application" with a much tighter external interface (particularly around configuration).
Copy file name to clipboardExpand all lines: docs/dev-environment.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ These are currently not using the real api but rather gets their settings from t
6
6
7
7
The fake api is served by the [server.php](test/server.php) script and reads the corresponding [subdomain](data/WikiInfo-site1.json) from each request.
8
8
9
-
10
9
### Start the dev environment
11
10
12
11
```sh
13
12
docker compose up --build
14
13
```
15
14
16
-
> **_Note:_** It's important to include the `--build` flag after making any significant changes to `dist`. The `Dockerfile` contains important maintenance scripts (e.g., `rebuildLocalisationCache.php`) that will only run when the container image is rebuilt.
15
+
> [!NOTE]
16
+
> It's important to include the `--build` flag after making any significant changes to `dist`. The `Dockerfile` contains important maintenance scripts (e.g., `rebuildLocalisationCache.php`) that will only run when the container image is rebuilt.
0 commit comments