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/
Related
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
I'm trying to Install NodeJS on Linux RHEL(Release 6.6(Santiago)? Nothing seems to work. I download and extract the file(v.6.3.1). The I try to install with the command sudo yum install package_name. Nothing I try is working.
Red Hat packages a number of technologies via "Software Collections" including node.js 0.10 and 4.4. Details are here: https://access.redhat.com/documentation/en-US/Red_Hat_Software_Collections/2/html-single/2.2_Release_Notes/index.html
Also, these are part of the RHEL subscription.
I need to install Jenkins on RedHat Enterprise Linux Server 64 to a specific location /opt/user/buildserver. I am pretty sure that when I do it with yum as described in http://pkg.jenkins-ci.org/redhat/ it will be installed somewhere else. Has anybody had similar problem and sorted it out somehow?
I recently set up a CentOS 6.4 basic LAMP server (no GUI) in a pre-built Virtualbox image, and then followed the installation guide/steps for MarkLogic.
When I attempt install with rpm -i /tmp/MarkLogic-8.0-1.x86_64.rpm, MarkLogic states that it cannot find libc.so.6, however when I run the command whereis libc.so.6, the shell responds with /lib64/libc.so.6
I would make a symbolic link I suppose, but I'm not sure where MarkLogic is expecting that file to be.
Does anyone have experience installing MarkLogic on Centos6 and how to verify the install is working properly? While ML gave some good instructions, I am very new to CentOS and Redhat, in general.
Running the following yum command before installing MarkLogic should be sufficient normally:
yum -y install glibc.i686 gdb.x86_64 redhat-lsb.x86_64
You can also look at this and related scripts for more inspiration:
https://github.com/grtjn/mlvagrant/blob/master/opt/mlvagrant/install-ml-centos.sh#L17
HTH!
I'm using CentOS 4.8 , i386.
I would appreciate if any one can help me to install Gnome (or any other GUI) while there is no yum available.
I tried to install yum but since It's a company's server with many things installed on it,
I faced with many problems.
However I decided to find a way to install Gnome without using yum
And please take note:
I'm a neophyte!
Did you try getting the source-code and building it manually?
You can get the code from
http://www.gnome.org/getting-gnome/
GNOME also provides a build tool to make the installation easier.
But, as it has already been pointed out - Servers are best managed over command line. It will give you more power and control over what you are doing.