File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,22 @@ when something is said with Server-Sent Event / EventSource.
9
9
How to use it?
10
10
--------------
11
11
12
- Install it with ` gem install board-linuxfr ` .
12
+ You can nstall the gem with ` gem install board-linuxfr ` [ using the linuxfrorg
13
+ Github Package Registry] ( https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry#installing-a-package ) .
13
14
Then, you can launch it on local with ` board-linuxfr -S /tmp/board.sock `
14
15
and it will listen on a UNIX socket at ` /tmp/board.sock ` .
15
16
17
+ Another way is to use a container engine (like Docker or Podman) and a
18
+ composer (like the Docker compose plugin or the podman-compose utility)
19
+ to build and setup a service.
20
+
16
21
17
22
See also
18
23
--------
19
24
20
25
* [ Git repository] ( https://github.com/linuxfrorg/board-sse-LinuxFr.org )
21
- * [ Rubygems page] ( https://rubygems.org/gems/board-linuxfr )
26
+ * For versions >= 0.1.4: [ Github Package repostory] ( https://github.com/linuxfrorg/board-sse-linuxfr.org/pkgs/rubygems/board-linuxfr )
27
+ * For older version: [ Rubygems page] ( https://rubygems.org/gems/board-linuxfr )
22
28
23
29
24
30
Copyright
You can’t perform that action at this time.
0 commit comments