Update docs/DEVELOPER-ADVANCED.md

Seed download link was wrong
This commit is contained in:
Robin Ward 2013-02-19 17:24:18 -05:00
parent 3ca2d92b2f
commit 28dc08e7ef
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ to rails, you are likely much better off with our **[Discourse Vagrant Developer
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` 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][seed_download]. Install it into postgres using a command like this: `psql -d discourse_development < dev-discourse-seed.sql`.
6. We recommend starting with seed data to play around in your development environment. [Download Seed SQL Data](http://www.discourse.org/vms/dev-discourse-seed.sql). Install it into postgres using a command like this: `psql -d discourse_development < dev-discourse-seed.sql`.
## Before you start Rails
@ -127,4 +127,4 @@ Load it (as vagrant user):
# Press enter to accept all the defaults
/etc/init.d/redis_6379 start
[seed_download]: (http://discourse.org/vms/dev-discourse-seed.sql)
[seed_download]: (http://discourse.org/vms/dev-discourse-seed.sql)