Installation of OdooErp Software on Ubuntu 15.04
3,448 views · Published 16 January 2016 · 17:39 · Indexed 26 September 2026
Channel: Dr. Anand Nayyar · 2016 · People & Blogs
This Video demonstrates step by step deployment of Odoo Erp Software on Ubuntu 15.04 Website: www.odoo.com Steps are as follows: Deployment of OdooErp CRM Based Software on Ubuntu 15.04 Prerequisites: Install a Fresh Ubuntu 15.04 on Vmware Workstation Step 1: Update the System #apt-get update Step 2: Install Python Libraries #apt-get install -y python-decorator python-docutils python-feedparser python-imaging python-ldap python-libxslt1 python-mako python-mock python-openid python-passlib python-psutil python-pybabel Step 3: Correct the Python Libraries to correct some unmet dependencies #apt-get -f install Step 4: Installing PostgreSQL #apt-get install tasksel #tasksel (Select PostgreSQL Database) Step 5: Installing Web Server- Apache #apt-get install apache2 #service apache2 status Check the Status of Apache Web Server http://ipaddress Step 6: Installing Odoo (OpenERP) A. Download the latest Package #wget http://nightly.odoo.com/8.0/nightly/deb/odoo_8.0.latest_all.deb B. Installing Package using dpkg command #dpkg -i odoo_8.0.latest_all.deb Step 7: Configuring Odoo OpenERP Application #vim /etc/odoo/openerp-server.conf Under Options Change the admin password etc. other information [options] ; This is the password that allows database operations: ; admin_passwd = admin db_host = False db_port = False db_user = odoo db_password = anand123 addons_path = /usr/lib/python2.7/dist-packages/openerp/addons Step 8: Starting Odoo Service #service odoo restart #service odoo status Step 9: Starting the Web Interface http://ipaddress:8069 Create the Database Click on Project Management- Install
More from this channel
-
12:17
Installing Revive AdServer (Open Source Adserver) on Ubuntu 15.04
-
10:44
Installing Ubuntu 16.04 (Xenial Xerus) on VirtualBox
-
8:49
Installation of Linux Mint 17.3 XFCE Edition on Oracle VirtualBox
-
6:32
How to Install Go (GoLang) Programming Language on Ubuntu 15.04
-
5:01
Trip to Bhutan: Walking Over Punakha Suspension Bridge over Mo Chhu River
-
5:12
Trip to Bhutan: Glimpses from Punakha to Paro District, Bhutan
-
14:28
How to Install OrangeHRM on Ubuntu 15.04
-
9:03
How to Install Monkey Open Source Powerful Web Server on Ubuntu 16.04