How to install cassandra on Windows 10? - cassandra

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

Related

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.

Install MongoDB without YUM on Linux RHEL 6.7

I have have a Linux machine that I am trying to install MongoDB on. Unfortunately for me my work limits external access from where this machine is located at. I have tried to follow MongoDb's documentation on how to install via setting up YUM repo, but due to my machine having limited external access I can't install the way the documentation suggest since I cant reach the following site.
this is where to point mongodb yum repo.
https://repo.mongodb.com/yum/redhat/$releasever/mongodb-enterprise/3.4/$basearch/
I wanted to know if anyone knows another way of possibly installing MongoDB? I have other machines that I could possibly use to download RPM's if they exist.
Also I should mention I am running the following OS
cat /etc/*release
Red Hat Enterprise Linux Workstation release 6.7 (Santiago)
Red Hat Enterprise Linux Workstation release 6.7 (Santiago)
I should have waited a little longer before posting this question but I basically found in the documentation on how to install via tar ball. The steps are found here: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/

How to install Datastax DevCenter without Cassandra database

I have downloaded and installed Cassandra according to this guide: http://cassandra.apache.org/download/
Now I'd like to install Datastax DevCenter, but the problem is that I cannot find a standalone Datastax DevCenter download and / or instructions how to download and install only the Datastax DevCenter without installing and setting up yet another Cassandra node.
DeveCenter installation guide: http://docs.datastax.com/en/developer/devcenter/doc/devcenter/dcInstallation.html
According to the video the install will setup Cassandra node and optionally install DevCenter and other tools.
It is also said that the APT package installer does not install DevCenter:
http://docs.datastax.com/en/datastax_enterprise/5.0/datastax_enterprise/install/installDEBdse.html
I have Ubuntu 16.04
Sorry to answer my own question, but I found the link where to download all datastax tools:
https://academy.datastax.com/downloads/ops-center?destination=downloads/ops-center&dxt=DXcom

Cassandra DSE Service on Linux with non-default Installation Location

How can I install Cassandra DataStax Enterprise on RHEL6 in a non-default location and still have it run as a service?
Try using --installroot with yum:
--installroot=root
Specifies an alternative installroot, relative to which all packages will be installed.

Install openerp 7 on windows azure platform

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

Resources