Commit Graph

623 Commits

Author SHA1 Message Date
801a9cf637 Ruby version update (#7100) 2019-03-04 12:34:22 +01:00
80767080dd Revert "Add ubuntu screen file (#7094)"
This reverts commit ddb87e2759392c1ca0f047c15ca5979df8549a12.

I merged this by mistake, prefer this documentation on meta.
2019-03-04 15:03:32 +11:00
ddb87e2759 Add ubuntu screen file (#7094) 2019-03-04 15:01:12 +11:00
24b3494660 HTTPSify links (#7046) 2019-02-22 16:29:27 +01:00
90292d23df add elastic back in, at the bottom per sort order 2019-02-12 18:40:46 -08:00
603f2c6090 Remove Elastic email as recommended provided (#6994)
They updated their [pricing](https://elasticemail.com/pricing/) and only allow 100mails/day now.
2019-02-13 12:50:21 +11:00
e07e39470e Replace embed on site link (#6928)
Move embed on site link to meta.discourse per previously linked blog
2019-01-23 11:31:31 +01:00
444bc466b0 for docs, normalize on space after code fence when specifying lang 2019-01-21 01:19:28 -08:00
1e5ddb007f Add brief section on bounce handling to email doc (#6900) 2019-01-18 01:02:05 -08:00
6e7b383ed6 [docs] Add instructions for CentOS/RHEL users in install guide (#6861) 2019-01-09 09:31:27 +08:00
bd6d482d11 Update SECURITY.md 2018-12-19 16:55:54 -08:00
358fbeba14 add CSP info for Discourse 2.2 2018-12-19 16:54:45 -08:00
5612dbc8c3 Update mention of default Digital Ocean distro (#6727)
When I last exercised this procedure, the Digital Ocean UI defaulted to
'Ubuntu 18.04 x64', not 16.04 as it once did.  18.04 -- Bionic Beaver --
is the latest Ubuntu LTS release.

https://wiki.ubuntu.com/Releases
2018-12-05 13:54:05 -08:00
3e68539ef5 Update required Ruby version in documentation 2018-11-09 16:00:11 +01:00
f2b7254a99 Correct Xcode capitalization and add Apple dev info (#6537) 2018-10-30 22:31:34 +00:00
e43d9e8de7 Add useful note about Elastic Email
See https://meta.discourse.org/t/remove-or-merge-elastic-email-unsubscribe/70236
2018-10-07 11:52:16 -05:00
d3c1040e55 update docs/DEVELOPER-ADVANCED.md 2018-10-01 09:58:16 +05:30
0dd98982eb Change postgres version 9.5 to 10 in docs/ and README.md 2018-10-01 09:42:52 +05:30
75c77c7e7e Change Postgres version 10 to 9.5 in docs/ and README.md because Ubuntu 16.04 ships with v9.5
https://meta.discourse.org/t/postgres-minimum-version/98354
2018-09-30 17:47:49 +05:30
2ec5f6052c Bump outdated Postgres 9.3 to 10 in docs/ and README.md
https://meta.discourse.org/t/postgres-minimum-version/98354
2018-09-30 17:03:37 +05:30
02f582eca0 add recent security commits info 2018-09-11 12:43:52 -07:00
50955dbe30 let's assume DNS records are required 2018-08-22 02:20:14 -07:00
4c4cdf1f7c we don't need let's encrypt trivia in here 2018-08-22 02:17:58 -07:00
bd40a6b7a0 Add 'rake' to bundle install command
Without installing rake, `bundle install` fails when trying to install `sassc`.
2018-07-31 08:48:27 +05:30
5affdcbd59 Bump Ruby version in some docs 2018-07-25 14:38:10 -07:00
6b5c77cf83 Revert "install imagemagick@6 for OSX native development (#5411)"
This reverts commit 0207b7ca581f3e84f75ae456aea560d5513907aa.

ImageMagick 7 is now supported (and expected by the test fixtures).
See 1d74cca.
2018-07-25 14:17:00 -07:00
d24e53d155 Edit: add link to official plugins list (#6087) 2018-07-16 09:36:30 +08:00
67a986f30d centralize trust level doc to blog 2018-06-25 17:34:47 -07:00
8ff2b5e233 Update Ruby requirements 2018-06-21 15:45:12 +02:00
e7840095bd Updated Elastic Email Pricing for clarity
Updated Elastic Email Pricing for clarity
2018-06-19 18:40:50 -04:00
35a645c71f DOC: update ruby version recommendations, remove old about pg10 compatability 2018-06-19 12:12:36 -07:00
f058942343 update Ruby version 2018-06-15 14:01:10 +10:00
64f1480cc0 typo 2018-04-26 14:31:28 -07:00
2d1d2baab2 add DNS instructions 2018-04-26 14:24:34 -07:00
1ba953077e remove everything about vagrant 2018-04-05 07:59:03 +10:00
e020f07131 Update instructions to use correct ruby version
Bundler will not finish installing gems under Ruby 2.0.0. The instructions should maybe use the minimum ruby version in the travis.yml file.
2018-03-29 17:04:58 -05:00
158286287a Delete INSTALL-digital-ocean.md 2018-03-15 19:04:45 -07:00
19baf3d150 Update AUTHORS.md 2018-03-15 19:02:01 -07:00
87c0cc2b1a Update INSTALL-cloud.md
Add note about being able to enable Let's Encrypt when you run `./discourse-setup`.
2018-02-16 16:25:37 -08:00
dcbaf2f213 copyedit: personal, not private, message throughout 2018-01-11 16:04:14 -08:00
0207b7ca58 install imagemagick@6 for OSX native development (#5411) 2017-12-27 16:58:30 +11:00
6a4f391e38 Switch to chrome headless mode instead of phantomjs. 2017-12-19 16:00:43 +08:00
ad71d679cf Note about Postgres 10 not working 2017-11-20 13:19:16 -05:00
88ef531202 Merge pull request #5243 from pmatsinopoulos/patch-2
More accurate steps for preparing the database
2017-11-03 09:33:44 +08:00
74b4d36a9c More accurate steps for preparing the database
The existing prepare database instructions were not correct. I have updated them according to what existed in the other document (docs/DEVELOPMENT-ADVANCED.md).
2017-10-18 13:23:35 +01:00
de82bc5734 Correct folder for pgsql socket
The phrase that asks user to create `/var/pgsql` should refer to `/var/pgsql_socket` instead.
2017-10-18 09:29:21 +01:00
c95b90bd98 move mailgun to top--elastic email seems to confuse people 2017-10-11 15:53:12 -07:00
93bd03f7e0 DEVELOPER-ADVANCED.md: update instructions to use rake tasks instead of (outdated) manual commands 2017-10-03 10:25:22 -04:00
90f36e7ab5 This was probably intended to be 'ruby $(which mailcatcher)' but it works without all that 2017-10-02 18:12:35 -04:00
db2bb96cf7 Update DEVELOPER-ADVANCED.md: use rake task to create first user
* with the new startup wizard, you can no longer create a user
  with no admins present, so use the rake task instead
2017-10-02 18:08:07 -04:00