Install openerp 7 on windows azure platform - azure

I want to install openerp on windows azure platform.
Firstly, i think install a virtual machine on windows azure, after that, i think install ubuntu 12.04 LTS. And finally, i will install openerp 7.
Is It the best way to run openerp 7 on windows azure ? Which has already installed openerp 7 on microsoft windows azure platform?
How should I proceed?
Please, give me your feedback.

You should have use all in one installer
or you can also install it on virtual machine

Related

Which linux version supports node js on windows 7

I am a windows 7 user and want to download npm and nodejs.
I have tried to install node js on windows 7 but it is not supported.
So, is there any linux version that can be downloaded on windows 7 and supports npm and nodejs ?
Or if anyone can tell any other way to download npm and nodejs on my pc.
And, I cannot upgrade my operating system.
I think you are a bit confused, Linux cannot be installed on Windows (there's the subsystem on Windows 10, but that's different), as Linux is a kernel that is usually paired with the GNU operating system, in practice, this means Linux is used as an operating system, and cannot be installed on Windows.
Installing Linux on your computer would mean deleting Windows.
What you can do, if you can't uninstall Windows, is create a virtual machine running Debian (a popular Linux distribution) using VirtualBox, you'd need to get a Debian ISO and create a virtual machine with it.
Once you install it, you can run sudo apt install npm nodejs inside a terminal to install Node.js and npm.
You don't have to use Debian, I suggested it because I personally like it for servers, but you can use Ubuntu, Fedora, Manjaro or any other distribution.
EDIT:
I did some further reading and found this tutorial, in which is shown how to install Node.js on Windows 7, by installing the LTS release 13.14.0.

How to install cassandra on Windows 10?

I am trying to get and install Cassandra on Windows 10(x64). Not able to download any Datastax enterprise edition for Windows. Can anyone suggest the steps to do download ,install it and configure on Windows 10.
I have been using the following
Install virtual Machine
Download Latest Centos and Install it on Virtual Machine
Install Cygwin on windows ( you can use different software as well ) to access Cassandra on Windows
Follow Bitnami Steps on how to install Dockers and download Cassandra Image on your Virtual Machine
(https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-centos-7)
you may choose other Cassandra Image aswell but i personally prefer Bitnami
To be able to install Cassandra on Windows, first you need to:
Download and Install Java 8 and set environment variables.
Download and install Python 2.7 and set environment variables.
Then Visit the official Apache Cassandra Download page and select the version you would prefer to download and Set Up Apache Cassandra
Here's a link to full explanation https://phoenixnap.com/kb/install-cassandra-on-windows

Installation of Microsoft .net framework for linux

I want to install nosql manager on ubuntu for cassandra database. so for that i have installed wine, which helps to run windows applications in ubuntu. so while installing nosql manager, it requires microsoft.net framework also to be installed, so i tried installing but it is not getting installed properly.
what is the best way to install microsoft.net framework latest version 4.5 on ubuntu.

Which method of tomcat installation is needed in linux

Currently I need to deploy my enterprise App in Tomcat7 in linux machine. However I find two ways of tomcat installation:
Using apt-get install
Downloading the binaries
I confused, which method needs to be used for enterprise APP?
Please share your suggestions

Ubuntu unable to install .Net Core

I just installed Ubuntu 16.04 on virtual machine and trying to install .Net core.
I have followed following link for Installing .Net Core on Ubuntu
I tried to install package but it's failing.
Here is snapshot please check it once.
After installing Ubuntu 16.04 i found that .Net core is still not supported in 16.04 and maximum support is provide is up to 15.10.
Ubuntu - Installing .net core
Why there is no note on Installing .Net core in Ubuntu page about what version of Ubuntu should be used?
Is it correct that .Net Core is still not supported in Ubuntu 16.04? Is there any way to resolve this?
As far as I know, there is no package available for dotnet on Ubuntu 16.04. But you can build it yourself by cloning the dotnet/cli repository and then following this guide.
Doing that seems to work for me on Ubuntu 16.04.
Documentation has been updated.
And now Installing .NetCore on linux provides separate command that can be used to install .NetCore on Ubuntu 16.04.
Please check it once.

Resources