Odoo Install Instructions - Jonathan-Eid/kennuware-wiki GitHub Wiki
Ubuntu Install from Source
Download and Install Dependencies
git clone https://github.com/odoo/odoo.git
sudo apt install python3-pip
sudo apt install postgresql postgresql-client
sudo -u postgres createuser -s $USER
createdb $USER
sudo apt install python3-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev
cd odoo
pip3 install setuptools wheel
pip3 install -r requirements.txt
Run Server
python3 odoo-bin --addons-path=addons -d mydb
Open in Browser
Navigate to localhost:8069
Sign in Email/Password: admin/admin