nomadskills.blogg.se

Ubuntu 18 on parallels 13
Ubuntu 18 on parallels 13











ubuntu 18 on parallels 13
  1. UBUNTU 18 ON PARALLELS 13 INSTALL
  2. UBUNTU 18 ON PARALLELS 13 UPDATE
  3. UBUNTU 18 ON PARALLELS 13 PASSWORD
  4. UBUNTU 18 ON PARALLELS 13 MAC

This guide is for people who are familiar with working in a terminal window.

ubuntu 18 on parallels 13

You still need to follow this guide if you happen to run an older version of Parallels though, or in case if Parallels Tools still doesn't work for you.

UBUNTU 18 ON PARALLELS 13 UPDATE

Please note: Parallels added support for Ubuntu 18.04 in their update released on 30 May, which (possibly) renders this guide as not needed anymore.

UBUNTU 18 ON PARALLELS 13 MAC

I have fixed this by downgrading to kernel version 4.14 manually, and I can tell you that things are buttery smooth now! In this article I am demonstrating every step so that you can enjoy a fresh and working Ubuntu 18.04 VM on your Mac too. So far I can only tell you that Parallels does (at the time of writing this article) not support kernel version 4.15, which Ubuntu 18.04 comes with out of the box.

ubuntu 18 on parallels 13

I wanted to try it out and so I went ahead and installed the desktop edition in Parallels Desktop.

ubuntu 18 on parallels 13

Sudo chmod 640 /etc/odoo-server.Another big release of Ubuntu has gone live since the 26th of April: Ubuntu 18.04. Sudo su root -c "printf 'addons_path=/odoo/odoo-server/addons\n' > /etc/nf" Sudo su root -c "printf 'logfile = /var/log/odoo/odoo-server.log\n' > /etc/nf" Sudo su root -c "printf 'xmlrpc_port = 8069\n' > /etc/nf" Sudo su root -c "printf 'admin_passwd = admin\n' > /etc/nf"

UBUNTU 18 ON PARALLELS 13 PASSWORD

Sudo su root -c "printf ' \n This is the password that allows database operations:\n' > /etc/nf" Sudo chown -R odoo:odoo /odoo/* Step 12 : Create server config file Sudo git clone -depth 1 -branch 13.0 Step 11 : Setting permissions on home folder Sudo chown odoo:odoo /var/log/odoo Step 10 :Install ODOO

UBUNTU 18 ON PARALLELS 13 INSTALL

Sudo apt-get install python-gevent -y Step 9 : Create Log directory Sudo apt-get install python-pypdf2 python-dateutil python-feedparser python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 python-babel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi python-docutils python-psutil python-mock python-unittest2 python-jinja2 python-pypdf python-decorator python-requests python-passlib python-pil -y Step 7 : Install Python PIP Dependencies Sudo apt-get install libsasl2-dev libldap2-dev libssl-dev -y Sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev -y Sudo apt-get install wget git bzr python-pip gdebi-core -y Sudo apt-get install python3 python3-pip python3-suds -y Sudo ln -s /usr/local/bin/wkhtmltoimage /usr/binĭifferences Between Odoo 13 Community and Enterprise Sudo ln -s /usr/local/bin/wkhtmltopdf /usr/bin Sudo su - postgres -c "createuser -s odoo" 2> /dev/null || true Step 5 : Install Wkhtmltopdf Sudo apt-get install postgresql -y Step 4 : Create odoo user for postgreSQL Sudo adduser -system -quiet -shell=/bin/bash -home=/home/odoo -gecos 'ODOO' -group odoo To install Odoo 13 on Ubuntu 18.04 you just follow the below steps. This guide covers the steps necessary for installing and configuring Odoo for production using Git source and Python virtual environment on an Ubuntu 18.04 system. If you want to have more flexibility such as running multiple Odoo versions on the same system then you can either use docker and docker compose or install Odoo in a virtual environment. The easiest and quickest way to install Odoo is by using their official APT repositories. There are several ways to install Odoo depending on the required use case.













Ubuntu 18 on parallels 13