diff options
| author | Richard Jones <richard@mechanicalcat.net> | 2013-02-19 20:26:06 +1100 |
|---|---|---|
| committer | Richard Jones <richard@mechanicalcat.net> | 2013-02-19 20:26:06 +1100 |
| commit | 41b5849ec804feaa266d8809bb4077b8b8290a44 (patch) | |
| tree | c0670352b90f0686a9c8ae6533b7d4bcdc642090 /README | |
| parent | 25c38845a6111be18fd0e5603b9c5926ebd49cf1 (diff) | |
| download | decorator-41b5849ec804feaa266d8809bb4077b8b8290a44.tar.gz | |
update
Diffstat (limited to 'README')
| -rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
