Trace: odoo_pip

Odoo PIP Debian 10

useradd odoo
usermod -s /bin/bash odoo
echo "PATH:/home/odoo/.local/bin" > /home/odoo/.profile
apt-get install postgresql python3-pip postgresql-server-dev-11 zlib1g-dev libjpeg-dev libldap2-dev libsasl2-dev git
su - postgres -c "createuser -s $USER" 
wget https://raw.githubusercontent.com/odoo/odoo/11.0/requirements.txt
pip3 install -r requirements.txt
wget -qO- https://deb.nodesource.com/setup_10.x | bash -
apt-get install -y nodejs
npm install -g less
git clone --branch=11.0 https://github.com/odoo/odoo.git

References

odoo_pip.txt · Last modified: 2019/07/30 19:12
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain