Odoo

How to install Odoo 12 with PostgreSQL 11 on CentOS 7

How to install Odoo 12 with PostgreSQL 11 on CentOS 7

How to Install Odoo 12 on CentOS 7

  1. Log in as root to your server via SSH.
  2. Update the system.
  3. Install Python 3.5 packages and Odoo dependencies.
  4. Create Odoo user.
  5. Install and configure PostgreSQL.
  6. Install Wkhtmltopdf.
  7. Install and configure Odoo 12.
  8. Create a systemd unit file.

Bash Tac Command
tac command in Linux is used to concatenate and print files in reverse. This command will write each FILE to standard output, the last line first. Whe...
Configure Vim with vimrc
How do I setup a Vimrc file? Where is vim configuration file? What is Vimrc in Linux? How do I use Vimrc? What is a vim file? How can I make Vim look ...
Working with Multiple Terminal Tabs in Ubuntu
When more than one tab is opened in a Terminal, you can add more tabs simply by clicking the plus button located on the upper right side of the tabs. ...