Commit Graph

589 Commits

Author SHA1 Message Date
Andrew Schleifer
1ba953077e remove everything about vagrant 2018-04-05 07:59:03 +10:00
Mike Doyle
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
Jeff Atwood
158286287a
Delete INSTALL-digital-ocean.md 2018-03-15 19:04:45 -07:00
Jeff Atwood
19baf3d150
Update AUTHORS.md 2018-03-15 19:02:01 -07:00
Jay Pfaffman
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
Jeff Atwood
dcbaf2f213 copyedit: personal, not private, message throughout 2018-01-11 16:04:14 -08:00
Orlando Del Aguila
0207b7ca58 install imagemagick@6 for OSX native development (#5411) 2017-12-27 16:58:30 +11:00
Guo Xiang Tan
6a4f391e38 Switch to chrome headless mode instead of phantomjs. 2017-12-19 16:00:43 +08:00
Robin Ward
ad71d679cf Note about Postgres 10 not working 2017-11-20 13:19:16 -05:00
Guo Xiang Tan
88ef531202
Merge pull request #5243 from pmatsinopoulos/patch-2
More accurate steps for preparing the database
2017-11-03 09:33:44 +08:00
Panayotis Matsinopoulos
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
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