How to install Odoo in Ubuntu | Tutorial | Hindi | 2021
Odoo Installation
1. Server Update:-
sudo apt-get update
sudo apt-get upgrade
2. Odoo Installation Steps:-
1. Install below libarary
sudo apt-get install python3-pip -y &&
sudo apt-get install libldap2-dev -y &&
sudo apt-get install libsasl2-dev -y &&
sudo apt-get install nodejs -y &&
sudo apt-get install node-less -y &&
sudo apt-get install xvfb libfontconfig wkhtmltopdf -y &&
sudo apt-get install git -y &&
sudo apt-get install fish -y &&
sudo apt-get install pgadmin3 -y &&
sudo apt-get install xvfb libfontconfig wkhtmltopdf -y &&
sudo apt-get install postgresql -y
2. Virtual Environment:-
1.sudo apt install python3-virtualenv
2.virtualenv odoo-env – “Here odoo-env is folder name or env name You can change it”
3.Go to odoo-env folder – go to bin folder
Type this command- source activate
3. Download req.txt file:-
https://drive.google.com/file/d/1m-5O...
1. Go to folder where req.txt save
2. type this command:- pip3 install –r req.txt
3. Ignore errors
4. Sudo apt-get install wget ca-certificates
4. Postgres Configuration:-
1. sudo su postgres
2. psql template1
3. ALTER ROLE postgres WITH PASSWORD 'postgres';
4. press ctrl + D two time
5. sudo su - postgres -c "createuser -s $USER" – enter system password
6. psql (note the db name which you get from the error)
7. sudo su postgres
8. createdb #name of db which u got error
9. press ( ctrl + D)
10. sudo su - postgres -c "createuser -s $USER"
5. Clone Odoo repo:-
1.git clone https://github.com/odoo/odoo.git
2. Go to Odoo Folder – type this command - ./odoo-bin –d odoo (“Here odoo is DB name you can give any name”)
3.If get module error try to install manually or comment on video
4. Go to browser and try this link:- localhost:8069
Email id and password are same:- admin
Download Doc file :- https://drive.google.com/file/d/1_FOs...
**********************************************************
Please like the video ..!
Follow Me On Instagram :
/ gadgetsillusion_official
**********************************************************
Like, Share, Comment:-
Do not forget to subscribe to Gadgets Illusion
**********************************************************
Created By:
Jigar Patel:
Facebook: / gadgetsillusionofficial
Twitter: / gadgetsillusion
Instagram: / gadgetsillusion_official
**********************************************************
#odoosetup
#odootutorial
#odoostart