Commit Graph

91 Commits

Author SHA1 Message Date
Javi Martín
69f9738902 Update Puma installation on Heroku
CONSUL now uses Puma on production as well.
2021-11-30 17:59:29 +01:00
Pierre
6fcbd414f5 Updating the heroku guide for CONSUL v1.0.0 2021-11-30 17:54:46 +01:00
Javi Martín
0f005c8417 Apply mail configuration changes to Spanish docs 2021-11-10 13:36:38 +01:00
João Pimentel Ferreira
7674434943 Rename dev_mailserver.md to mail_server_configuration.md 2021-11-10 13:33:39 +01:00
Javi Martín
7cc1dd6433 Translate Docker on Windows guide to Spanish 2021-09-12 21:37:51 +02:00
Javi Martín
63f23852f5 Improve markdown style in Docker documentation files 2021-09-12 21:37:32 +02:00
Javi Martín
6240f4c313 Specify password in Docker commands
This is needed since pull request 4478 in the consul/consul repository.
2021-04-23 12:32:30 +02:00
Javi Martín
68ff36685d Simplify instructions to populate Docker database 2021-04-22 19:04:50 +02:00
Javi Martín
bec0da8ca4 Update command to execute rake tasks
This command might fail if developers have several different versions of
the `rake` gem on their system.
2021-04-14 16:21:44 +02:00
Javi Martín
4cda1724d2 Specify the Bundler version we install
By, default, Bundler will install its latest version (2.x.y), and we're
using the 1.x.y series.
2020-07-08 14:22:22 +02:00
Javi Martín
127ada280f Install Ruby based on CONSUL's .ruby-version 2020-07-08 14:22:22 +02:00
Sebastia
ee6be7d576 Merge pull request #93 from rockandror/fix-bashrc-path
Improve bashrc path on debian installation section
2020-02-25 10:22:30 +01:00
taitus
c0a2a481e2 Update bashrc path for 'as a local user' section 2020-02-24 14:48:13 +01:00
taitus
cdd9bcee59 Remove old code in a comment 2020-02-24 12:20:01 +01:00
taitus
d934c63248 Fix another link to section with accent marks 2020-02-24 12:20:01 +01:00
taitus
5334179cad Unify doc on installation debian section 2020-02-24 11:05:36 +01:00
taitus
9ddc061a65 Fix ubuntu section 2019-12-17 16:22:43 +01:00
taitus
7635f0271a Fix links to documentation on basic configuration section 2019-12-17 16:22:43 +01:00
taitus
e30ccf4689 Fix links on Docker section 2019-12-17 16:22:42 +01:00
taitus
84912d9f13 Fix links on Windows section 2019-12-17 16:22:42 +01:00
taitus
c7dbd8306c Fix macos section
Add missing information on english version. Fix links on spanish and english version
2019-12-17 16:22:42 +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
taitus
30c8d2687c Fix summary with correct prerequisites link 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
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
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
dd37276e7d Add general Vagrant documentation 2019-04-11 11:48:14 +02:00
voodoorai2000
77feb56056 Specify which installations are Linux 2019-04-06 20:58:11 +02:00
voodoorai2000
d653b0cef6 Drop Windows support 2019-04-06 20:57:28 +02:00
voodoorai2000
dd760f5553 Move pages to adapt to new SUMMARY structure 2019-04-01 22:01:32 +02:00
voodoorai2000
2631826290 Add index pages 2019-04-01 21:59:29 +02:00
María Checa
6c6d587feb Created new getting_started files 2017-08-17 18:54:11 +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