diff --git a/README.md b/README.md index 6a0043a..55a40a4 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ To learn how to use Willow, you can check the applications included in this repo - Live Documentation: start by browsing `WPLiveDocumentation`. Access the application at [localhost:8080/live-docs](http://localhost:8080/live-docs) -- Test Runner (Boostrap 3): start by browsing `WPB3TestRunner`. Access the +- Test Runner (Bootstrap 3): start by browsing `WPB3TestRunner`. Access the application at [localhost:8080/test-runner-bootstrap3](http://localhost:8080/test-runner-bootstrap3) -- Test Runner (Boostrap 4): start by browsing `WPB4TestRunner`. Access the +- Test Runner (Bootstrap 4): start by browsing `WPB4TestRunner`. Access the application at [localhost:8080/test-runner-bootstrap4](http://localhost:8080/test-runner-bootstrap4) ## Contributing diff --git a/docker/Dockerfile b/docker/Dockerfile index 306fdff..5743d8a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,9 +7,9 @@ RUN pharo metacello install gitlocal://./source \ BaselineOfWillowPlayground --groups=Deployment # Stage 2: Copy the Pharo image into the base -FROM ghcr.io/ba-st/pharo:v10.0.0 +FROM ghcr.io/ba-st/launchpad:v4 COPY --from=loader /opt/pharo/Pharo.image ./ COPY --from=loader /opt/pharo/Pharo.changes ./ COPY --from=loader /opt/pharo/Pharo*.sources ./ -CMD [ "pharo", "launchpad", "start", "playground" ] +CMD [ "launchpad-start", "playground" ] diff --git a/docs/README.md b/docs/README.md index 2af5238..6939835 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,11 +1,10 @@ # Willow Playground Documentation -What is this thing? “the motto”, the goals, the vision. +Willow-Playground provides examples on how to use [Willow](https://github.com/ba-st/Willow) +to develop a complete interactive web application. To learn about the project, [install it](how-to/how-to-load-in-pharo.md). -Links to additional documentation. - --- To use the project as a dependency of your project, take a look at: