taitus
65837049a2
MD002 First header should be a top level header
...
Adapt the rest of the headers.
2023-04-21 10:40:21 +02:00
Javi Martín
127ada280f
Install Ruby based on CONSUL's .ruby-version
2020-07-08 14:22:22 +02:00
Javi Martín
d49df794f7
Update installation instructions for Ruby 2.4.9
...
This is the Ruby version CONSUL uses now. Thanks to that, we no longer
need to install an old version of libssl-dev for Ubuntu 18.04.
We could probably simplify the documentation using:
```bash
rbenv install `cat .ruby_version`
```
However, this would require downloading consul before installing Ruby,
which could be harder to document.
2019-10-21 22:10:16 +02:00
voodoorai2000
69411173b5
Fix language mismatch
2019-04-11 15:16:26 +02:00
voodoorai2000
ac0cd015e7
Update Postgres instructions for Ubuntu
...
We were getting an enconding exception when running `rake db:create`.
This post from stackoverlow seems to fix it
https://stackoverflow.com/questions/13115692/encoding-utf8-does-not-match-locale-en-us-the-chosen-lc-ctype-setting-requires
2019-04-11 14:50:41 +02:00
voodoorai2000
e5924bc98f
Update Node.js installation
...
The previous way of installing Node.js does not seem to be picked up correctly. When running `rails server` it was raising an exception.
2019-04-11 14:50:34 +02:00
voodoorai2000
57c8d6a218
Add general system update and Imagemagick for Ubuntu
2019-04-11 14:50:29 +02:00
voodoorai2000
fdafba7828
Display headings for Ubuntu and Debian
2019-04-11 12:17:38 +02:00
voodoorai2000
dd760f5553
Move pages to adapt to new SUMMARY structure
2019-04-01 22:01:32 +02:00