1
1
LinuxFr with Containers
2
2
-----------------------
3
3
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
5
5
run with a container engine like Docker or Podman with the [ ` compose.yml ` ] ( ./compose.yaml )
6
6
file which describes how to build all needed services.
7
7
@@ -21,7 +21,7 @@ Thus you need to use the `podman compose up` command to start the system.
21
21
At this point, the documentation will give you ` docker compose ` commands, but you should be able
22
22
to use ` podman compose ` without any issue.
23
23
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 `
25
25
container to be ready to listen MySQL connections.
26
26
27
27
For example, you should see in the logs:
@@ -85,7 +85,7 @@ Test modifications
85
85
The compose file currently shares ` ./app ` , ` ./db ` and
86
86
` ./public ` directories with the container.
87
87
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
89
89
will directly detect changes and apply them on next page reload.
90
90
91
91
Furthermore, if you need to access the Rails console, you need a second
@@ -103,7 +103,7 @@ Run application tests
103
103
=====================
104
104
105
105
To 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 .
107
107
108
108
To get help about writing tests, see the
109
109
[ Ruby on Rails documentation] ( https://guides.rubyonrails.org/testing.html#the-rails-test-runner )
0 commit comments