@@ -21,12 +21,12 @@ and `openssl-devel`.
2121> Rebar3] [ 6 ] version.
2222
2323``` shell
24- curl https://eturnal.net/eturnal-1.11.1 .tar.gz | tar -C /tmp -xzf -
25- cd /tmp/eturnal-1.11.1
24+ curl https://eturnal.net/eturnal-1.12.0 .tar.gz | tar -C /tmp -xzf -
25+ cd /tmp/eturnal-1.12.0
2626./rebar3 as prod tar
2727```
2828
29- This generates the archive file ` _build/prod/rel/eturnal/eturnal-1.11.1 .tar.gz ` .
29+ This generates the archive file ` _build/prod/rel/eturnal/eturnal-1.12.0 .tar.gz ` .
3030The default installation prefix is set to ` /opt/eturnal ` , and it's assumed the
3131server will be executed by a user named ` eturnal ` . To change these defaults,
3232edit the [ build.config] [ 7 ] file or override the settings using environment
@@ -66,7 +66,7 @@ or `sudo -i`, first.
6666
6767 ` ` ` shell
6868 cd /opt/eturnal
69- tar -xzf /tmp/eturnal-1.11.1 /_build/prod/rel/eturnal/eturnal-1.11.1 .tar.gz
69+ tar -xzf /tmp/eturnal-1.12.0 /_build/prod/rel/eturnal/eturnal-1.12.0 .tar.gz
7070 chown eturnal /opt/eturnal/etc/eturnal.yml
7171 ` ` `
7272
@@ -95,8 +95,8 @@ configuration and usage instructions.
9595 [4]: https://gcc.gnu.org
9696 [5]: https://s3.amazonaws.com/rebar3/rebar3
9797 [6]: https://github.com/erlang/rebar3/releases/download/3.15.2/rebar3
98- [7]: https://github.com/processone/eturnal/blob/1.11.1 /build.config
99- [8]: https://github.com/processone/eturnal/blob/1.11.1 /config/shell.config
100- [9]: https://github.com/processone/eturnal/blob/1.11.1 /config/eturnal.yml
101- [10]: https://github.com/processone/eturnal/blob/1.11.1 /README.md
98+ [7]: https://github.com/processone/eturnal/blob/1.12.0 /build.config
99+ [8]: https://github.com/processone/eturnal/blob/1.12.0 /config/shell.config
100+ [9]: https://github.com/processone/eturnal/blob/1.12.0 /config/eturnal.yml
101+ [10]: https://github.com/processone/eturnal/blob/1.12.0 /README.md
102102[11]: https://eturnal.net/documentation/
0 commit comments