Commit Graph

24 Commits

Author SHA1 Message Date
Javi Martín
453c4d2427 Upgrade Ruby to version 3.2.6 2025-01-09 17:15:33 +01:00
Javi Martín
497c542082 Upgrade Ruby to version 3.2.5
So get the latest fixes in the 3.2.x series.

We're also updating the parser gem so we don't get any warnings.
2024-08-19 16:04:38 +02:00
Javi Martín
e666c28c5c Update instructions for the bin/setup command
This command simplifies some of the steps. However, there's a gotcha: it
might fail if the database requires username and password and they
haven't been configured before executing it.
2024-08-07 15:48:21 +02:00
Javi Martín
1b61e8e2e0 Add a more specific link for local installation docs
On our regular README, this link used to point to the documentation
site, which made sense because the documentation used to be on a
different repository. Now that the documentation is on this repository
as well, we can directly link to that file.

And, on the documentation README, we can also link to the local
installation instructions, just like we do in other places.
2024-08-06 15:48:14 +02:00
Javi Martín
13d31b8668 Add ImageMagick to prerequisites
We include ImageMagick in the local installation instructions as well as
in the installer, but we forgot to add it to the list of prerequisites
in the README.
2024-08-06 15:47:46 +02:00
Javi Martín
5f20b5baac Remove dependency on shared-mime-info
We don't use mimemagic since commit 7212657c0, so we don't need
shared-mime-info anymore.
2024-08-06 12:46:49 +02:00
Javi Martín
777781f361 Update documentation README files
These files are essentially the same as our README files, only our
README files contain information that only makes sense in the context
of a repository.
2024-06-18 23:39:42 +02:00
cronopioelectronico
b536548cec Remove unnecessary texts in the README 2024-06-18 20:33:01 +02:00
Javi Martín
10e2a9713f Update references to GitHub repositories 2023-07-12 16:03:17 +02:00
Javi Martín
68d0ffe5ec Copy the README from the CONSUL DEMOCRACY repo
We took it from there years ago, but we haven't kept it up to date.
2023-07-12 15:33:14 +02:00
taitus
32f825b6a6 MD034 Bare URL used 2023-04-21 11:00:02 +02:00
Pietro Monticone
f62cd1129b Clean docs 2022-11-01 15:20:25 +01: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
73c54f5b90 Update READMEs and SUMMARIES 2019-04-01 21:56:12 +02:00
Angel Perez
ee9f7119d3 Add ChromeDriver as prerequisite for running tests 2018-03-28 08:09:42 -04:00
Angel Perez
44431014ad docs(prerequisites): Add Node.js installation instructions 2018-02-26 16:41:25 -04:00
Vanessa Me Tonini
bd2eec1805 Updated Prerequisites links to Gitbook urls #36 2017-10-11 15:14:22 -03:00
Bertocq
f984de9c89 Fix consul logos on readmes 2017-09-13 20:01:52 +02:00
Bertocq
66280be395 Update readme files to match consul/consul 2017-09-13 19:58:35 +02:00
Bertocq
2ef9b056d8 Add tech stack section to introductions 2017-09-13 14:25:14 +02:00
María Checa
b050783bf2 Added mention to contributors ❤️ 2017-08-18 19:17:54 +02:00
María Checa
3fb73a0f9b Added team members to introduction pages 2017-08-18 18:48:07 +02:00
María Checa
21e3dcf7bf Gitbook first attempt
Added english and spanish translations, first version of the summary and local installation guide.
2017-08-16 18:26:33 +02:00