From 020357d24a79109f860871f3dabbc0f998b7a9bf Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 18 Jul 2014 16:14:00 +0100 Subject: Move creating test data to Next Steps page --- docs/installing/manual_install.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/installing/manual_install.md') diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 34de3a90c..40aede638 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -349,11 +349,6 @@ One of the things the script does is install dependencies (using `bundle install`). Note that the first time you run it, part of the `bundle install` that compiles `xapian-full` takes a *long* time! -If you want some dummy data to play with, you can try loading the fixtures that -the test suite uses into your development database. You can do this with: - - script/load-sample-data - Next, create the index for the search engine (Xapian): script/rebuild-xapian-index -- cgit v1.2.3