Update the system and install all necessary packages sudo apt-get update && sudo apt-get -y upgradesudo apt-get install git python-pip python-dev python-virtualenv libevent-dev gcc libjpeg-dev libxml2-dev libssl-dev libsasl2-dev node-less libldap2-dev libxslt-dev Install PostgreSQL sudo apt-get install postgresql-9.5 postgresql-server-dev-9.5 sudo systemctl enable postgresql.service sudo systemctl start postgresql.service Create Odoo users sudo adduser --system --group odoo10 --home /opt/odoo10 sudo adduser --system --group odoo9 --home /opt/odoo9 Create PostgreSQL database users, odoo10 and odoo9: sudo su - postgres -c "createuser --createdb --username postgres --no-createrole --no-superuser --no-password odoo10" sudo su - postgres -c "createuser --createdb --username postgres --no-createrole --no-superuser --no-password odoo9" Switch to user odoo10 sudo su - odoo10 -s /bin/bash Clone the Odoo 10.0 git clone http://www.github...
Well.... I've enough of what I've done in Embedded Linux. I went into wrong company with finical problem. At the end of the day, I gain the experience some IP things. :) I am going to move my interest back to micro controller when I am free. I will continue experiment with Embedded Linux on ARM platform since I've some knowledge and resource at my home lab but primary focus on the PIC and Rabbit controller. Especially on cloning of ICD2/some other PIC programmer and development of low cost Development Board for education purpose. I must write some of the informational artical in Burmese/Myanmar language. I promise myself, I will do it today onward.! nlksg