From b6821903a6822eb61130c80a989fb06b7a2e06a0 Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Fri, 2 Mar 2012 13:54:00 +0100 Subject: [PATCH] euscanwww/INSTALL: basic intructions Signed-off-by: Corentin Chary --- euscanwww/INSTALL | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 euscanwww/INSTALL diff --git a/euscanwww/INSTALL b/euscanwww/INSTALL new file mode 100644 index 0000000..a32d7b0 --- /dev/null +++ b/euscanwww/INSTALL @@ -0,0 +1,31 @@ +## Basic Install + +# Create local_settings.py, you can override settings.py stuff here +touch local_settings.py + +# Initialize database +./manage.py syncdb +./manage.py migrate + +# emerge euscan, or add euscan to your path somehow + +# Scan htop +./manage.py scan-portage htop # Scan ebuilds +./manage.py scan-metadata htop # Lookup for maintainers, herds, etc... +./manage.py scan-upstream htop # Run euscan +./manage.py update-counters # Update counters, graphs, etc... + +# Start server +./manage.py runserver + + +## Importing a snapshot + +# Remove database + +# Reinitialize database +./manage.py syncdb +./manage.py migrate + +# Import snapshot +./manage.py loaddata snapshot-yyyymmdd.js