17 Commits

Author SHA1 Message Date
Javi Martín
b686489652 Update Debian local installation instructions
So now we install a specific version of Node.js and use the packages
required for Debian Bookworm.

For consistency, we're also making them similar to the Ubuntu
instructions and installing rbenv instead of RVM. Since we now suggest
rbenv in both cases as well as in the macOS instructions, we're also
listing rbenv as the first option in the generic local installation
instructions.
2024-08-07 15:48:50 +02:00
Javi Martín
819485eb80 Re-add and apply MDL rule MD040
We were following it about half of the time and we even added it to our
former `.mdlrc` file. However, for some reason, MDL doesn't detect this
rule when specified in the `.mdlrc` file, so we didn't notice we weren't
following it in many cases.

Now that we're using a style file to configure MDL, we can enable this
rule again and apply it, since now MDL correctly includes it in its
report.
2024-06-21 15:57:52 +02:00
Javi Martín
13c641eedc Update application name
Note that, in order to have some consistency, we're always writing
"Consul Democracy", instead of using capital letters sometimes (but not
always), like we did until now.
2023-07-12 15:36:49 +02:00
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
taitus
c0a2a481e2 Update bashrc path for 'as a local user' section 2020-02-24 14:48:13 +01:00
taitus
5334179cad Unify doc on installation debian section 2020-02-24 11:05:36 +01:00
taitus
265992931a Fix debian section
Add missing information on english version. Fix text on spanish version
2019-12-17 16:22:42 +01: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
415d23dd00 Use colloquial language 2019-04-11 14:54:45 +02:00
voodoorai2000
ffcc413e86 Add general system update and Imagemagick for Debian 2019-04-11 14:50:23 +02:00
Raimond Garcia
5211afce18 Merge pull request #76 from consul/vagrant
Add Vagrant documentation
2019-04-11 14:10:52 +02:00
voodoorai2000
fb71660561 Use official name for Debian 2019-04-11 12:18:07 +02:00
voodoorai2000
fdafba7828 Display headings for Ubuntu and Debian 2019-04-11 12:17:38 +02:00
voodoorai2000
5f920f543c Use official name for Debian 2019-04-11 12:13:09 +02:00
voodoorai2000
3e72e442a4 Add Vagrant documentation for Debian 2019-04-11 11:48:17 +02:00
voodoorai2000
dd760f5553 Move pages to adapt to new SUMMARY structure 2019-04-01 22:01:32 +02:00