From 1fd2cdd0fbc196c060b648d6148b33dfeff891a3 Mon Sep 17 00:00:00 2001 From: Robin Keunen Date: Thu, 22 Mar 2018 16:17:41 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b883ca8..2bfa1da 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Download and install [wkhtmltopdf version 0.12.1](https://github.com/wkhtmltopdf $ createuser -d odoo $ createdb beescoop -o odoo $ gunzip .sql.gz -$ psql beescoop .sql +$ psql beescoop < .sql ``` ##### 4) deactivate cron jobs and mails @@ -71,8 +71,8 @@ addons_path=addons,openerp/addons,$ODOO_HOME/obeesdoo,$ODOO_HOME/vertical-cooper ``` $ cd ~/projects/odoo -$ psql -d tmp_march_beescoop -c "truncate product_scale_log" -$ python odoo.py -c $ODOO_HOME/odoo.conf -u all -d odoo-test --stop-after-init +$ psql -d beescoop -c "truncate product_scale_log" +$ python odoo.py -c $ODOO_HOME/odoo.conf -u all -d beescoop --stop-after-init ``` ### Troubleshoot