summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-02-19 20:26:06 +1100
committerRichard Jones <richard@mechanicalcat.net>2013-02-19 20:26:06 +1100
commit41b5849ec804feaa266d8809bb4077b8b8290a44 (patch)
treec0670352b90f0686a9c8ae6533b7d4bcdc642090 /README
parent25c38845a6111be18fd0e5603b9c5926ebd49cf1 (diff)
downloaddecorator-41b5849ec804feaa266d8809bb4077b8b8290a44.tar.gz
update
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 271a63f..1921156 100644
--- a/README
+++ b/README
@@ -58,3 +58,12 @@ Then run tools/demodata to populate the database with dummy data.
For testing purposes, run tools/mksqlite to create packages.db. Set
[database]driver to sqlite3, and [database]name to packages.db, then
run tools/demodata to populate the database.
+
+TestPyPI Database Setup
+-----------------------
+
+testpypi runs under postgres; because I don't care to fill my head with such
+trivialities, the setup commands are:
+
+ createdb -O testpypi testpypi
+ psql -U testpypi testpypi <pkgbase_schema.sql