

You can generate one through the command line. Uncomment (delete ) the admin_passwd line and set your new master password. Open the configuration file for Odoo with your favorite text editor. For security reason, we need to change this to a strong password. Odoo’s default master password is set to ‘admin‘. Once the installation is completed, enable Odoo to start on boot: # systemctl enable odooĬheck if Odoo is working: # ps aux |grep odoo Update the package index and install Odoo 10: # yum update & yum install odoo Install Odoo 10Īdd the Odoo repository: # yum-config-manager -add-repo= Now initialize the PostgreSQL database: # postgresql-setup initdbĮnable PostgreSQL to start on boot and start the service using: # systemctl enable postgresql Execute the following command: # yum install postgresql-server fontconfig libpng libX11 libXext libXrender xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi wkhtmltopdf yum-utils Odoo uses PostgreSQL, therefore let’s install it along with some much-needed dependencies. If your system has not been updated for a while, it will take a few minutes to completed. Make sure your server is fully up to date: # yum update Which should give you the underneath output:ĬentOS Linux release (Core) 2. Log in to your server via SSH: # ssh -p Port_numberīefore starting, enter the command below to check whether you have the proper version of CentOS installed on your machine: # cat /etc/redhat-release


