odoo15 enterprise edition installation in Linux VPS server - odoo-enterprise

I am trying to install odoo15 enterprise edition on a Linux VPS server , But I'm facing many issues during installation .
Can you guys help me with a clear guidelines about the installation process?

If you are using an Ubuntu server, you can use an installation script to easily install Odoo.
You can find an installation script from Yenthe over here
I have a slightly modified version of the same script over here

Related

How to install pentaho community edition Server on ubuntu 18.04?

I have followed the steps in http://wiki.joanillo.org/images/1/11/Community_user_guide.pdf but I am unable to run the server
That document refers to version 3.x of Pentaho. Current version is 8.2. The doc is out of date by several years.
There’s no folder biserver-ce anymore, it’s now called pentaho-server. The script’s name is still the same.
You will need a JDK installed (1.8 or above, and if you install Pentaho 8.2 you should use openJDK)
i hope you have started the server, if not run this file using terminal /pentaho-server/start-pentaho.sh ....
please provide the log it will be in the path pentahoserver->tomcat->logs->catalina.out

Run MS SQL Server Express on Linux Mint

I am aware that MS SQL Server 2016 is compatible with Linux. Despite this flavor of SQL, I am needing to run SQL Express for training purposes. Is there a method to successfully operate Microsoft SQL Server Express in the Linux Mint environment?
I think this is an interesting question and shouldn't be marked down. After searching online, i came up with his tutorial on setting up mssql server on linux. I tested on linux mint 18.1.
http://www.tecmint.com/install-ms-sql-server-centos-ubuntu-linux/
I installed MSSQL 2016 on Ubuntu last night. Mint is Debian based so it 'might' work. The instructions are here ...
https://learn.microsoft.com/en-gb/sql/linux/sql-server-linux-setup-ubuntu
The installation process is very simple - in fact it literally took seconds, since it uses the familiar apt-get install package manager install which is available with Mint. One thing to be aware of is the requirement for openssl needs version 1.0.2 - this caught me out. I tinkered around trying to upgrade to the correct version on my ubuntu server and did have the correct version installed but MSSQL still would not install. So I created a 16.04 version of ubuntu and then it installed easily. I'm not sure if my comments qualify as an 'answer' but I'd just try and install it as if you have the dependencies I would think you'll be okay.

Install mod_auth_openidc CJOSE package not found

I'm trying to use mod_auth_openidc the product proposed by ZmartZone (https://github.com/zmartzone/mod_auth_openidc )
I'm working on "Red Hat Enterprise Linux Server release 6.8 (Santiago)"
When i started to install packages, i found that "CJOSE" package does not exist.
Can you please help ? and if any one of you have already installed this product can explain to me how to proceed.
Thanks a lot.
You can download binary packages for both mod_auth_openidc and cjose from the releases page: https://github.com/zmartzone/mod_auth_openidc/releases/

How to Downgrade From MariaDB 10.2 to 10.1 on a cPanel Server?

I've installed MariaDB 10.2 on a cPanel server using this procedure:
https://confluence2.cpanel.net/display/CKB/How+to+Replace+MySQL+with+MariaDB
But now, I want to downgrade to 10.1 since 10.2 isn't handled by cPanel / WHM.
I know it's technically impossible to "downgrade" so I want to uninstall 10.2 and then install 10.1 from WHM. I will restore the database from a SQL dump afterward.
Any way to do this? How do I uninstall 10.2 and get WHM to install 10.1? I want cPanel/WHM to handle the future MariaDB upgrades.
Thanks in advance!
It's quite strange you were able to install MariaDB 10.2 since the upgrade procedure from WHM only allows you to install MariaDB 10.x or MariaDB 10.1.x. If that happened then you probably have other CentOS repos added on the WHM server (like rpmforge/epel etc).
Do you experience any issues with the websites hosted on that server because of MariaDB 10.2 or you just want to be complaint with the recommended versions?!
As a downgrade procedure you will have to manually remove the .rpm packages for MariaDB 10.2 then download the MariaDB 10.1 packages and manually install them (you will need the yum download only plugin in order to save the .rpm packages without actually installing them).
I don't know the exact names of those packages but I think it would be better to open a support request on cPanel forums and the cPanel staff guys from there could connect to your server and help you with your issue.

Use Composer for Deployment from windows to ubuntu

I am new in using composer PHP. We are having a ERP System. We are using yii framework for development. I am assigned in Deployment of the system so I need to study how to deploy it to the ubuntu 16.04 LTS using the composer. My question is is there a way deploy the the system using the composer in offline mode?
All answers will be appreciated