Openerp
Postgresql
Uninstall
V7
windows
Installing OpenERP V 7 on Windows
Open ERP - Open Source ERP application (https://www.openerp.com)
OpenERP and all its modules are fully open source, released under the AGPL license.
OpenERP and all its modules are fully open source, released under the AGPL license.
Downloads needed
1) You can download the Openerp v 7 application for windows from ( http://nightly.openerp.com/7.0/nightly/exe/openerp-allinone-setup-7.0-latest.exe ).
2) Postgre SQL
Download the 9.2 Version from ( http://www.enterprisedb.com/products-services-training/pgdownload#windows )
3) Python
Download Python from (http://www.python.org/download/ )
Please note that for open erp v 7 use Python27. If you use python33, it won't work.
Installation Process
Installing PostgreSQL
I already have installed PostgreSQL on my machine, if you need assistance on that just google it.
Also make the configuration file changes. In pg_hba.conf and postgresql.conf
Just Refer through
http://www.postgresql.org/docs/9.2/static/auth-pg-hba-conf.html
After that restart the postgreSQL Service or restart your machine.
User Configuration
Open the PgAdminIII from start menu. Then follow the steps.
Connect using your DA admin password which you have given during the postgresql installation.
For openerp we need to create a login.
Give the login role name. This same name is to be given when you install openerp.
In the Definition tab, Give the password.This password is to be given when you install openerp.
Its done.
Installing Open ERP V7
Double click the openerp-allinone-setup-7.0-latest.exe, and follow the setps as shown.
Accept the GNU Public License.
Installation Types :
you may use the "all in one" or the "Server only".
In "all in one" type, the server, web and the addons are installed.
If you have the PostgreSQL installed on your machine, then you may uncheck it.
Since I have PostgreSQL (and PgAdminIII) installed, i am unchecking it.
Configuration
Executing
After Installation completes, automatically the page loads on the browser.
If not, Open a browser and type http:// your IP :8069/
Since we don't have any database, it will automatically redirect to the manage data base page.
If not click on the "Manage Database Link".
On the Manage Database Section, click "Create a New Database".
Give any name to your database.
If you want to try demo with demo data, then check the "Load Demonstration data"
Master Password will be "admin" .
And give a password. And click "create database".
Then you will be redirected to the openerp v7.
Please wait untill it loads with the Apps.
Uninstall Process for OpenERP V 7
Go to control Panel > Uninstall programs.
Thanks for going through this.
Please post your comments.
No comments