From c8ee88837b00501acaa9661188594938a16b1a8e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 2 May 2011 10:36:20 -0500 Subject: Simplify instructions to load all fixtures in README Difference from Dieter's original patch: do it in one step, and add a bit more information. Original-work-by: Dieter Plaetinck Signed-off-by: Dan McGee --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 3e315388..99bf74b1 100644 --- a/README +++ b/README @@ -54,12 +54,10 @@ packages, you will probably want the following: (archweb-env) $ ./manage.py migrate -6. Load the fixtures to prepopulate some data. +6. Load the fixtures to prepopulate some data. If you don't want some of the + provided data, adjust the file glob accordingly. - (archweb-env) $ ./manage.py loaddata main/fixtures/arches.json - (archweb-env) $ ./manage.py loaddata main/fixtures/repos.json - (archweb-env) $ ./manage.py loaddata main/fixtures/groups.json - (archweb-env) $ ./manage.py loaddata mirrors/fixtures/mirrorprotocols.json + (archweb-env) $ ./manage.py loaddata */fixtures/*.json 7. Use the following commands to start a service instance -- cgit v1.2.3-54-g00ecf From a5991a31b92e04059589bf897a593535984384e6 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 1 May 2011 12:38:26 +0200 Subject: Document how to sync releng isonames Signed-off-by: Dieter Plaetinck Signed-off-by: Dan McGee --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 99bf74b1..184d1c8a 100644 --- a/README +++ b/README @@ -67,6 +67,7 @@ packages, you will probably want the following: (archweb-env) $ wget ftp://ftp.archlinux.org/core/os/i686/core.db.tar.gz (archweb-env) $ ./manage.py reporead i686 core.db.tar.gz + (archweb-env) $ ./manage.py syncisos Alter architecture and repo to get x86\_64 and packages from other repos if needed. -- cgit v1.2.3-54-g00ecf