11LinuxFr with Containers
22-----------------------
33
4- To simplify set up of a developement environment, LinuxFr.org can be
4+ To simplify set up of a development environment, LinuxFr.org can be
55run with a container engine like Docker or Podman with the [ ` compose.yml ` ] ( ./compose.yaml )
66file which describes how to build all needed services.
77
@@ -21,7 +21,7 @@ Thus you need to use the `podman compose up` command to start the system.
2121At this point, the documentation will give you ` docker compose ` commands, but you should be able
2222to use ` podman compose ` without any issue.
2323
24- To init the SQL database schema, you need to wait upto the ` database `
24+ To init the SQL database schema, you need to wait up to the ` database `
2525container to be ready to listen MySQL connections.
2626
2727For example, you should see in the logs:
@@ -85,7 +85,7 @@ Test modifications
8585The compose file currently shares ` ./app ` , ` ./db ` and
8686` ./public ` directories with the container.
8787
88- So you can update files with your prefered IDE on your machine. Rails
88+ So you can update files with your preferred IDE on your machine. Rails
8989will directly detect changes and apply them on next page reload.
9090
9191Furthermore, if you need to access the Rails console, you need a second
@@ -103,7 +103,7 @@ Run application tests
103103=====================
104104
105105To help maintainers, we are in the process of adding tests to check the
106- application has still the expected behaviour .
106+ application has still the expected behavior .
107107
108108To get help about writing tests, see the
109109[ Ruby on Rails documentation] ( https://guides.rubyonrails.org/testing.html#the-rails-test-runner )
0 commit comments