diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -26,7 +26,7 @@ Database configuration is defined by specifying the RFC-1738 style uri:: Installation ============ -Please not that database configuration is currently hardcoded to use +Please note that database configuration is currently hardcoded to use PostgreSQL database named 'grumpy' on localhost using 'grumpy:grumpy' as credentials. This will be fixed in future ;) @@ -40,11 +40,11 @@ up the python interpreter in the root directory of grumpy project: >>> from grumpy.database import init_db >>> init_db() -If no errors were shown schema creation was successful :) +If no errors were shown, then schema creation was successful :) -Now, to populate database with portage data, there's an utility inside 'utils' -directory called 'grumpy_sync.py'. All you have to do for now is to give a -path to portage directory as first argument: +Now in order to populate database with portage data, there's utility inside +'utils' directory called 'grumpy_sync.py'. All you have to do for now is to +give it a path to portage directory as first argument: $ python utils/grumpy_sync.py /usr/portage |