can I use my postgree database ? if so, where must I configure it ? which is the conguration file's name?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
You can configure postgres from the command line. I am assuming you intend to set it up for use with OpenERP. Here are the commands to setup the openerp database user in postgres.
sudo su - postgres
createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt openerp
After typing the password for the user postgres, exit this user:
exit
Install OpenERP if you have not already and you are set.
Thanks, I attempted install OpenERP 7 with Postgres included on Windows 7 . Everything fine but when the installation finished the localhost:8069 don't work, I checked that OpenERP service is up and postgree database created with openpg username. I know that Windows isn't recommended, but I work with Windows and RedHat, mount a virtual environment only for this isnt good idea. will it work on Windows with 6.1 versión ?
If the install didn't work - what do your logs say? With the FreeBSD port of version 7 (ports/186262) one can see that libraries are missing and that results in errors listed in the bug report.
I have Windows 8 with Postgree database 9.3 installed. so I installed openerp-allinone-setup-7.0-latest.exe without postgree and giving it the Postgree server's user and password. The installation everything fine and openerp-server.log without error, except when attempted to open http://localhost:8069/, then I see that the OpenERP service was down and when I attempt start this services, this thowed an error, didn't start and didn't write nothing in openerp-server.log file. What is the problem? what is missing?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
6
Dec 23
|
44108 | ||
|
2
Mar 22
|
8891 | ||
|
1
Mar 15
|
9060 | ||
|
0
Dec 19
|
3776 | ||
|
5
Dec 23
|
21311 |