From f1456f79bb7c2835bd540ae8986aacf0d62adf26 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 14 Feb 2013 10:33:22 -0500 Subject: [PATCH] Closes #114 - Typo fix by nitper --- docs/DEVELOPER-ADVANCED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index b998d3564..6d8a9b0ee 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -10,7 +10,7 @@ to rails, you are likely much better off with our **[Discourse Vagrant Developer 3. Install Rails 1.9.3 and Bundler. 3. Clone the project. 4. Create development and test databases in postgres. -5. Copy `config/database.yml.sample' and `config/redis.yml.sample` to `config/database.yml` and `config/redis.yml.sample` and input the correct values to point to your postgres and redis instances. +5. Copy `config/database.yml.sample` and `config/redis.yml.sample` to `config/database.yml` and `config/redis.yml` and input the correct values to point to your postgres and redis instances. 6. We recommend starting with seed data to play around in your development environment. [Download Seed SQL Data](http://discourse.org/vms/dev-discourse-seed.sql). Install it into postgres using a command like this: `psql -d discourse_development < dev-discourse-seed.sql`.