Commit Graph

241 Commits

Author SHA1 Message Date
Javi Martín
28d32bc411 Merge pull request #112 from consul/clone_consistency
Use the same URL to clone the repo everywhere
2021-12-13 16:05:55 +01:00
Javi Martín
e2ec47ae4d Use the same URL to clone the repo everywhere
We were using the SSH URL in the Docker documentation, while using the
HTTPS URL everywhere else. The HTTPS URL is the right one in this case
because it's meant for people who won't have write access to the
repository.
2021-12-13 14:35:49 +01:00
Javi Martín
8863ff064d Merge pull request #111 from consul/docker_compose
Recommend building the image with docker-compose
2021-12-13 12:58:11 +01:00
Javi Martín
7ac5443006 Recommend building the image with docker-compose
If we used the `docker build` to build the image and then
`docker-compose`, we'd build two images.
2021-12-10 20:04:37 +01:00
Javi Martín
0d11301602 Merge pull request #99 from jfoclpf/patch-1
Add instructions for manual installation on production
2021-12-10 14:20:10 +01:00
Javi Martín
350e4ff715 Add manual installation instructions in Spanish 2021-12-10 13:27:56 +01:00
João Pimentel Ferreira
140fd80b23 Create manual_installation_production.md
I think it's this. Please review to be sure that I am not missing anything.
I was a bit confused with the directory links in the installer instructions, because in unix you don't create directories to then link them, since the command `ln -s` already creates the linked directory. But I think it's this. Please review and amend it accordingly
2021-12-10 13:27:39 +01:00
Javi Martín
1eb5495754 Merge pull request #78 from PierreMesure/patch-4
Updating the heroku guide for CONSUL v1.0.0
2021-11-30 18:02:55 +01:00
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
Javi Martín
9820a2ce07 Remove obsolete warning regarding images in S3
This issue was fixed in Consul 1.4.0.
2021-11-30 17:59:27 +01:00
Pierre Mesure
f4c932b269 Adding missing link 2021-11-30 17:59:21 +01:00
Pierre
6fcbd414f5 Updating the heroku guide for CONSUL v1.0.0 2021-11-30 17:54:46 +01:00
Javi Martín
3f7c986bc5 Merge pull request #110 from consul/mailserver
Update mail server configuration section
2021-11-10 13:39:10 +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
João Pimentel Ferreira
45449f5556 Update dev_mailserver.md
Mail server configuration now is done on `config/secrets.yml` and thus
documentation should be updated accordingly.
2021-11-10 13:33:37 +01:00
Javi Martín
9f107926a3 Merge pull request #109 from consul/docker_windows_spanish
Translate Docker on Windows guide to Spanish
2021-10-18 17:31:11 +02: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
81ca083b42 Merge pull request #108 from ProgrammingVibes/patch-1
Updated Docker Windows Installation Instructions
2021-09-05 01:17:01 +02:00
Vaibhav Ariyur
c6a273b620 Update docker.md
added "under Docker Desktop " to specify installing docker instructions more
2021-08-26 18:08:34 -04:00
Vaibhav Ariyur
b54b81e147 Update docker.md
Added installation instructions for Docker on Windows.
2021-08-26 18:03:53 -04:00
Javi Martín
b7ee25f527 Merge pull request #107 from consul/docker_instructions
Update instructions to run Docker in development
2021-04-23 12:51:38 +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
292a378ff8 Merge pull request #106 from consul/update_rake_command
Update command to execute rake tasks
2021-04-14 18:45:15 +02:00
Javi Martín
af48fa236b Merge pull request #104 from consul/customize-components
Add documentation with recommendations for component customization
2021-04-14 18:19:57 +02:00
Javi Martín
013f93b0fa Merge pull request #105 from consul/revert_automatic_commit
Revert "GitBook: [master] 86 pages and 110 assets modified"
2021-04-14 18:19:36 +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
taitus
936c2a6998 Add spanish documentation for customize components 2021-04-14 09:51:31 +02:00
taitus
a08ede294a Add english documentation for customize components 2021-04-14 09:51:31 +02:00
Javi Martín
8ee364c96c Revert "GitBook: [master] 86 pages and 110 assets modified"
This reverts commit 5ed5960428.
2021-04-13 19:29:50 +02:00
consuldocs
9044abda59 GitBook: [master] 85 pages modified 2020-07-14 22:51:20 +00:00
consuldocs
5ed5960428 GitBook: [master] 86 pages and 110 assets modified 2020-07-14 22:51:03 +00:00
Javier Martín
06fe16d6b4 Merge pull request #96 from consul/ruby_version
Install Ruby based on CONSUL's .ruby-version
2020-07-08 18:04:55 +02:00
Javi Martín
b5eff7ba69 Fix typo 2020-07-08 14:22:22 +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
2b1a4237b9 Merge pull request #91 from rockandror/update-remote-translations-doc
Update remote translations docs with create alert section
2020-02-28 14:00:30 +01:00
taitus
f5c6801f73 Update remote translations docs with create alert section 2020-02-28 13:59:35 +01: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
Sebastia
e7d4f361ec Merge pull request #90 from rockandror/graphql
Improve GraphQL section
2020-02-24 12:35:17 +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
3126fe7699 Remove accent mark from links
These links to sections are broken. We need create these sections with html directly
2020-02-24 12:18:20 +01:00
taitus
23f6205911 Remove the unnecessary title 2020-02-24 12:18:20 +01:00
Sebastia
907b2868c6 Merge pull request #92 from rockandror/update-remote-census-docs
Remove references to deprecated rake task
2020-02-24 12:14:03 +01:00
Javier Martín
486bc037f9 Merge pull request #89 from rockandror/fix-docs
Improve texts and fix links
2020-02-24 11:46:01 +01:00
taitus
85c9ab8791 Fix typo 2020-02-24 11:36:49 +01:00