Commit Graph

678 Commits

Author SHA1 Message Date
Panayotis Matsinopoulos 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
Jay Pfaffman c95b90bd98 move mailgun to top--elastic email seems to confuse people 2017-10-11 15:53:12 -07:00
Michael Brown 93bd03f7e0 DEVELOPER-ADVANCED.md: update instructions to use rake tasks instead of (outdated) manual commands 2017-10-03 10:25:22 -04:00
Michael Brown 90f36e7ab5 This was probably intended to be 'ruby $(which mailcatcher)' but it works without all that 2017-10-02 18:12:35 -04:00
Michael Brown 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
Jay Pfaffman 1237baa0c2 INSTALL-cloud: you can re-run discourse-setup
Make it a bit more clear that you can run discourse-setup again to change settings if you get them wrong the first time.
2017-09-14 08:08:39 -07:00
Ivar Vasara 300a42cf2c jhead is now in brew (#5128) 2017-09-02 11:30:47 +02:00
Jordan Taylor 6ed65b1ca3 Removed defunct SparkPost free plan (#5058)
The free plan is no longer available through SparkPost for new customers.
However, there is now a free developer account, for the purpose of testing in a sandbox.
Please see https://www.sparkpost.com/pricing/
2017-08-17 16:37:22 -04:00
Régis Hanol e018e7a8f6 `db:test:prepare` doesn't seem to work 2017-07-31 11:17:56 +02:00
Régis Hanol 5e43c05bf8 Update DEVELOPER-ADVANCED doc with latest ruby & node versions 2017-07-31 11:09:09 +02:00
Jakub Macina d29f213632 Fix sidekiq command in docs to start all queues instead of only critical. 2017-07-25 15:46:09 +02:00
Andrew Schleifer 173062a158 Re-order list to match Droplet creation screen 2017-07-03 14:33:53 -05:00
Robin Ward b23fc2bf84 Helper to find the final destination for a URL 2017-05-22 15:52:41 -04:00
Punit Makwana 36ce69c2dd Added Elastic Email 2017-05-13 09:40:21 +05:30
Jeff Atwood 3a235d1241 clarify on disk space requirements for install 2017-04-11 16:36:47 -07:00
Jeff Atwood 0bfc8104ad add cc mention to mailgun 2017-03-06 12:38:02 -08:00
Jeff Atwood a3ca6d8d66 improve SPF/DKIM instructions 2017-03-06 12:36:13 -08:00
Blake Erickson 22d7e09aa2 update sendgrid info
they no longer offer the 12k/month email free plan just a 30 day trial
2017-02-06 15:37:04 -07:00
Jeff Atwood ea1f4a0021 add Hacker One page to security.md 2017-01-06 23:51:12 -08:00
Jeff Atwood b4a1a9daf8 Update INSTALL-cloud.md 2017-01-06 19:31:08 -08:00
Jeff Atwood 8e7dcbac8f Update INSTALL-cloud.md 2017-01-06 14:14:18 -08:00
Jeff Atwood f39a618ab5 Update INSTALL.md 2016-12-31 01:08:18 -08:00
Jeff Atwood 8d551cfda1 Update INSTALL.md 2016-12-31 01:05:46 -08:00
Jeff Atwood e2f22c2065 Update INSTALL.md 2016-12-31 01:04:27 -08:00
Claas Augner e129e656d1
FIX: Move Welcome topic to I18n 2016-12-26 16:03:07 +01:00
Jeff Atwood 6c334c3786 Update INSTALL-cloud.md 2016-10-22 17:29:20 -07:00
Jeff Atwood 2be4692227 Delete TROUBLESHOOTING-prod.md 2016-10-22 15:15:21 -07:00
Jeff Atwood 52ac1bfac8 Update INSTALL-cloud.md 2016-10-22 14:55:34 -07:00
Jeff Atwood 95915b487c tighten width of images 2016-10-22 14:53:54 -07:00
Jeff Atwood 4576d48cf3 tweaks 2016-10-22 14:51:17 -07:00
Jeff Atwood c1191423db update install guide for 1.7 and setup wizard 2016-10-22 14:49:08 -07:00
Sam 81197ec403 Merge pull request #4483 from bekicot/update-development-osx-native
Update DEVELOPMENT-OSX-NATIVE.MD
2016-10-21 10:37:20 +11:00
Blake Erickson c954e673e8 Update DEVELOPER-ADVANCED.md
Just ran through this guide on a fresh ubuntu-16.04.1-server-amd64 install and it needs to have gnupg2 installed.

https://www.dropbox.com/s/f0fdp2shbbwn0zp/Screenshot%20from%202016-10-15%2011%3A44%3A30.png?raw=1
2016-10-15 12:08:14 -06:00
Jeff Atwood cdd871f081 omitted a word 2016-10-13 13:24:01 -07:00
Jeff Atwood b6eb2634e1 add community install option 2016-10-13 13:23:44 -07:00
Yana Agun Siswanto 6cfcbc7757 Update DEVELOPMENT-OSX-NATIVE.MD
Changes:
- Re Order the steps
- Remove postgres 9.2 comment on postgres installation via homebrew (homebrew will always install the latest stable version of postgres)
- Remove trailing whitespace
- Update clone instruction
- Adding `rake db:create` before any other database action (as it assume new development)
- Remove therubyracer additional steps as it considered as obsolete
2016-10-13 00:37:28 +07:00
Jeff Atwood 0c4e4406a1 simplify quick start guide to reflect setup wizard 2016-09-22 19:06:54 -07:00
AhmadFCheema d14a582fb7 Rubygems upgrade needed for mailcatcher
Recent version of mailcatcher giving error for the default rubygems version. The proposed solution is as mentioned in this [mailcatcher issue](https://github.com/sj26/mailcatcher/issues/267).

The updated rubygems version was 2.6.6. Although I was able to execute the rails server after the update, as changing the version might possibly have wide spread unwanted consequences, I will leave it to the developers to decide whether to accept this pull request or not.
2016-09-09 22:29:20 +05:00
Guo Xiang Tan 0b965e02b1 Bump PostgreSQL version in `INSTALL.md`. 2016-08-25 15:41:51 +08:00
Guo Xiang Tan c1f516a604 Update Ruby version in docs. 2016-08-24 15:48:15 +08:00
Erlend Sogge Heggen 3e3c64a65d Fixed email 2016-08-23 20:35:07 +02:00
Erlend Sogge Heggen a5e1df1e25 Updated Code of Conduct to v1.4 2016-08-23 20:13:47 +02:00
Erik Ordway c43f57ce23 add `bundle exec` so that the admin account created runs 2016-07-19 12:54:09 -07:00
Loic Dachary 7c7aaec7f1 explain how to run tests for a given plugin
See
https://meta.discourse.org/t/how-do-i-run-only-discourse-plugins-poll-spec/47244/5
for the corresponding discussion.

Signed-off-by: Loic Dachary <loic@dachary.org>
2016-07-19 13:35:04 +02:00
Robin Ward 24b83d1c57 DOCS: Much better way to create an admin account. Thanks @techapj 2016-07-13 12:04:30 -04:00
Robin Ward 1f5b593800 DOCS: Instructions for creating an admin user 2016-07-13 11:55:08 -04:00
Loic Dachary 174f074ae3 the eviltrout user is no longer created for dev environments (#4320)
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-07-11 10:55:01 -04:00
zachGlasgow 9704f66a3e Update DEVELOPER-ADVANCED.md
We need to pass the queue names otherwise Sidekiq will use the 'default' name.
However Sidekiq will need to process Critical and Low tasks as well.
2016-06-20 22:34:39 +01:00
Jeff Atwood 02bc88808c Update INSTALL-cloud.md 2016-06-17 14:03:52 -07:00
Jeff Atwood 7df357d7de Update INSTALL-cloud.md 2016-06-17 14:03:09 -07:00
Jeff Atwood ece9a6fddd Update INSTALL-cloud.md 2016-06-17 13:49:34 -07:00
Kevin McCormack 06662bc64b typo 2016-06-11 10:01:35 -04:00
cpradio 494e732c91 Update vagrant.screen to make use of work by @tarek 2016-06-05 15:34:52 -04:00
Jeff Atwood c6f5a52e17 add firewall and offline page howto links 2016-06-04 02:25:54 -07:00
Jeff Atwood 1e7d61c3ae add offline page info 2016-06-04 02:23:04 -07:00
Tarek Loubani 6c53421c4a Update and clarify instructions for developer environment in Ubuntu 2016-06-02 13:06:04 -04:00
Rafael dos Santos Silva bf2f22a152 Update the guide 2016-06-01 15:42:05 -03:00
Jeff Atwood 89b730600a QSG: improve pin description 2016-05-26 15:23:15 -07:00
Jeff Atwood af1c994940 FIX: QSG incorrectly referred to meta category 2016-05-26 14:57:43 -07:00
Jeff Atwood 6f9a3d1370 combine https lines 2016-05-09 15:18:35 -07:00
Jeff Atwood e36d45373f Update INSTALL-email.md 2016-04-30 01:32:45 -07:00
Jeff Atwood ad4de4ac41 don't need giant header 2016-04-29 03:42:45 -07:00
Jeff Atwood afbb8e5072 don't need enormous H1 headers 2016-04-29 03:41:58 -07:00
Jeff Atwood 9cabd2d98f Update INSTALL-cloud.md 2016-04-29 03:33:21 -07:00
Jeff Atwood b18876265d Update INSTALL-email.md 2016-04-29 03:17:48 -07:00
Jeff Atwood 6991b55ea5 combine "users to log in via" line 2016-04-28 15:03:09 -07:00
Jeff Atwood 8837906907 Update INSTALL-cloud.md 2016-04-27 20:04:49 -07:00
Jeff Atwood 5a9fac4c54 Update INSTALL-cloud.md 2016-04-27 17:11:08 -07:00
Jeff Atwood 9ee315bd7d Update INSTALL-cloud.md 2016-04-27 17:10:37 -07:00
Jeff Atwood 18501049e2 better SSH screenshot 2016-04-27 16:50:46 -07:00
Jeff Atwood 98afc8be20 add Git install page 2016-04-27 16:03:43 -07:00
Jeff Atwood a59cbae77a remove swap reference as discourse-setup does that for you now 2016-04-27 16:01:36 -07:00
Jeff Atwood bfda797313 Update INSTALL-cloud.md 2016-04-27 14:45:41 -07:00
Jeff Atwood 8ec8f62311 Update INSTALL-cloud.md 2016-04-27 14:25:35 -07:00
Jeff Atwood 92a6bf4f9d better cropped image 2016-04-27 04:07:00 -07:00
Jeff Atwood f4b8385508 tone down the hysteria a bit on email 2016-04-27 03:51:56 -07:00
Jeff Atwood f96cfd024c Update INSTALL-cloud.md 2016-04-27 03:48:26 -07:00
Jeff Atwood ea1cf28d5c use docker-setup instead of nano 2016-04-27 03:11:45 -07:00
Jeff Atwood 72761ab938 we don't need to specify default email port... 2016-04-21 13:53:26 -07:00
Jeff Atwood f43f0452f8 we auto-set DB RAM and unicorns now
based on detected CPU and RAM
2016-04-20 16:26:00 -07:00
Blake Erickson 3d4cdd7040 Update DEVELOPMENT-OSX-NATIVE.md
Put command on one line.
2016-04-07 06:05:10 -06:00
Glenn Oppegard 342784e497 Update DEVELOPMENT-OSX-NATIVE.md 2016-04-05 19:44:53 -06:00
Glenn Oppegard 1f4b3faf9b Update DEVELOPMENT-OSX-NATIVE.md 2016-04-05 19:38:53 -06:00
Blake Erickson 784d844820 improve os x instructions 2016-04-04 07:21:55 -06:00
Jeff Atwood 2e808ba8ab add Let's Encrypt howto 2016-03-29 15:26:47 -07:00
Tomas Ibarra f0fafd5d78 Update VAGRANT.md, link to become eviltrout admin. 2016-03-22 11:03:57 -07:00
Blake Erickson 9bcb841a8b Change SendGrid info to use api key
While it does work I don't think using your SendGrid username and password is good practice so we probably shouldn't promote it. API Keys should be used instead.
2016-03-21 07:47:54 -06:00
Sam ebcf8970b3 Merge pull request #4079 from ryantm/patch-1
update redis dependency in documentation
2016-03-18 12:33:58 +11:00
Jared Reisinger 973f8a5254 FIX: plugin links.
Change from `https://meta.discourse.org/category/extensibility/plugin` to `https://meta.discourse.org/c/plugin` so that they actually work!  Note that `/category/...` would continue to work (it just redirects to `/c/...`), but since the site itself appears to normalize to `/c/`, it makes sense for the links to follow the same pattern.
2016-03-16 11:42:39 -07:00
sethherr e4bc0de537 Add information about updating sending domain 2016-03-15 10:30:06 -05:00
sethherr f811537166 Fix link in INSTALL-cloud email troubleshooting 2016-03-15 09:48:17 -05:00
Ryan Mulligan faf63114a9 update redis dependency
b1e0da starts using the redis ROLE command which is available in redis-server 2.8.12 and later.
2016-03-14 17:40:30 -07:00
Jeff Atwood a78392d218 Update INSTALL-cloud.md 2016-03-11 23:15:05 -08:00
Jeff Atwood f3ef8dfd7b Update INSTALL-email.md 2016-03-11 23:09:19 -08:00
Jeff Atwood 090e097a4d Update INSTALL-email.md 2016-03-11 23:08:22 -08:00
sethherr 3d6deb0a72 Add an Email Services Template page
- Link Admin Quick Start and basic install to services page
- Provide templates for various email service providers
2016-03-11 11:37:17 -06:00
Jeff Atwood a212540779 clarify when you need to be root 2016-03-10 00:07:09 -08:00
Jeff Atwood 85dc30f16c clarify after bootstrapping 2016-03-09 23:46:16 -08:00
Jeff Atwood 417d900adc add re-bootstrap reminder 2016-03-09 23:42:03 -08:00
Jeff Atwood a6a4f1a969 minor improvements to install guide 2016-03-09 23:29:43 -08:00
sethherr 367c97e2a9 Update ESP information in INSTALL-cloud
Add with SparkPost's updated monthly limit, update Mailjet so it uses the same scale as the rest of the examples
2016-03-09 14:44:36 -06:00
Jeff Atwood 9cea4dd04c google oauth2 isn't "new" any more 2016-02-27 15:23:27 -08:00
Jeff Atwood f2c67a5010 remove mandrill RIP 2016-02-27 15:21:17 -08:00
Jeff Atwood 8b9db49260 remove mandrill RIP 2016-02-27 15:14:45 -08:00
Prayag Verma af582a8ba9 Fix a typo
Misspelled `Atlassian` as `Atlassan`
2016-02-09 15:17:24 +05:30
Sam f5e84d1656 Remove SSH refs 2016-01-19 19:42:27 +11:00
Guo Xiang Tan c62882aa76 Update DEVELOPER-ADVANCED.md [CISKIP]. 2015-12-16 17:26:51 +08:00
Jeff Atwood 80cf661075 add code of conduct to project 2015-12-04 03:14:50 -08:00
Seth Reeser 85da9c6ff8 Digital Ocean should be DigitalOcean https://www.digitalocean.com/legal/terms/ 2015-10-30 13:31:48 -04:00
Matt Palmer fb4a40e628 Fix rails server start command in Vagrant guide
Thanks to Mittineague on meta for pointing out this needed to be fixed
for newer Rails versions.
2015-10-09 08:47:01 +11:00
Jeff Atwood 03f70d45e2 Update INSTALL-cloud.md 2015-09-28 16:04:32 -07:00
Jeff Atwood 0dca988049 minor install guide tweaks 2015-09-23 22:57:33 -07:00
Jeff Atwood 3a267a33dc minor install guide tweaks 2015-09-23 22:53:38 -07:00
Jeff Atwood ab5969a5c1 emphasize reading the admin quick start guide 2015-09-23 03:33:37 -07:00
Jeff Atwood 22830a5974 simplify install guide a tiny bit 2015-09-23 03:26:41 -07:00
Jeff Atwood c62c42185e update install guide for Discourse 1.4 2015-09-23 03:16:03 -07:00
Jeff Atwood f50ec0a86e Update PLUGINS.md 2015-09-18 14:02:35 -07:00
Jeff Atwood d84e393396 Update PLUGINS.md 2015-09-18 14:01:17 -07:00
Jeff Atwood 82e5f55011 Update PLUGINS.md 2015-09-18 14:00:30 -07:00
Robin Ward ee2d5cb67c Added links to plugin tutorials 2015-09-18 11:17:15 -04:00
Jeff Atwood cc622f206e Delete install-HEROKU.md 2015-09-18 01:27:47 -07:00
Jeff Atwood 20739b7fba Delete INSTALL-email.md 2015-09-18 01:25:09 -07:00
Jeff Atwood 2627b651c3 Delete INSTALL-ubuntu.md 2015-09-18 01:24:51 -07:00
Jeff Atwood 59d8466d68 Delete INSTALL-alternatives.md 2015-09-18 01:24:40 -07:00
Erlend Sogge Heggen 9484a042b2 Correct and update some links
- Point to updated Google OAuth2 doc
- Remove `/latest` from Twitter doc
- Replace @eviltrout's blog link with the new canonical Meta doc
2015-09-15 15:42:34 +02:00
İsmail Arılık 2c95336239 add GitHub login configuration link 2015-09-14 17:43:22 +03:00
Jeff Atwood d334880ab3 add SparkPost as an option 2015-08-28 15:39:47 -07:00
Allen Hancock dfd33c849d fix for links in smtp providers 2015-08-19 10:20:55 -05:00
Dan Dascalescu 872675c5b1 Mandrill silently stopped offering free accounts 2015-08-19 00:18:24 -07:00
Jeff Atwood c09cdbc9d3 add animated edit gif to welcome message 2015-07-17 01:20:32 -07:00
Jeff Atwood 17e136bf76 Update INSTALL-cloud.md 2015-07-16 18:17:48 -07:00
Jeff Atwood be079ffcc6 Merge pull request #3498 from tgxworld/improve_developer_guide
Improve developer guide.
2015-05-26 23:38:29 -07:00
Jeff Atwood 052942f3c7 Merge pull request #3497 from jamielinux/bump-min-psql-version
Bump recommended minimum PostgreSQL version to 9.3
2015-05-26 23:37:54 -07:00
Jeff Atwood 8e70676bb9 simplify some install text 2015-05-24 01:55:57 -07:00
Guo Xiang Tan 4bfbc38034 Remove command to run seed_fu. [CI SKIP]
`SeedFu.seed` is called when migrating the database.
2015-05-24 12:35:08 +08:00
Guo Xiang Tan 238fdb20aa Redis is required when migrating the database. [CI SKIP] 2015-05-24 12:34:54 +08:00
Jamie Nguyen f6688dd79e Bump recommended minimum PostgreSQL version to 9.3 2015-05-23 12:47:06 +01:00
Artur Trofimov 2f3b6fb562 Add http-ip param for mailcatcher
Fixes problems with port-forvarding for mailcatcher web-interface
2015-05-12 17:32:43 +03:00
Sam 77a3bc1045 Merge pull request #3364 from rubo77/patch-3
Keeping your VM up to date (and first install)
2015-05-04 10:25:44 +10:00
L. Caputo 0cb81f0c75 Add comment about 64-bit requirement
Docket requires a 64-bit installation. This wasn't entirely clear in the guide.
2015-04-28 23:29:16 -04:00
Gerhard Schlager 19dce439f2 increase required Postgres version to 9.2 2015-04-27 16:49:12 +02:00
Jeff Atwood 44e5179743 increase required Postgres version to 9.2 2015-04-26 23:06:41 -07:00
Régis Hanol 84c65aeb60 Merge pull request #3401 from duduribeiro/fix_typo_on_vagrant_doc
Fix a typo on Discourse Vagrant documentation
2015-04-25 15:48:25 +02:00
Jeff Atwood 7c98b16bfd increase required Postgres version to 9.2 2015-04-25 01:16:18 -07:00
Carlos Ribeiro 9d20cea668 Fix a typo on Discourse Vagrant documentation 2015-04-24 19:11:51 -03:00
Robin Ward 17dc8b8e4f New Vagrant VM and updated instructions. 2015-04-23 12:54:13 -04:00
Robin Ward 6a868e507d Merge pull request #3386 from paulanunda/patch-1
Update Docker package URL
2015-04-22 10:32:45 -04:00
Jeff Atwood ccb1d4bcfb add link to invites page in quick start 2015-04-22 03:07:49 -07:00
Paul Anunda c30e65b3c2 Update Docker package URL 2015-04-21 23:52:21 -05:00
Jeff Atwood d16df04c76 Remove outdated doc
This is out of date and should be on meta.discourse anyway
2015-04-17 18:29:02 -07:00