Install Marklogic Centos Virtualbox Vm

Install Marklogic centos virtualbox vm

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!

Installing MarkLogic 8 on CentOS 6.7 x64 via DigitalOcean

Actually, someone else ran into this and after investigating everything else I tried, this was the answer:
http://developer.marklogic.com/pipermail/general/2015-January/016311.html

The MarkLogic data directory /var/opt/MarkLogic wasn't owned by the daemon user

Failed dependencies when installing MarkLogic

Frédéric, your best option would be to install using yum by running the following:

yum install -y MarkLogic-9.0-1.1.x86_64.rpm

This will automatically go through the dependencies and install those as well for you.

MarkLogic rest service returns 405 Method Not Allowed from selected servers

Missed the fact I hadn't entered the default error handler and url rewriter settings of "/MarkLogic/rest-api/error-handler.xqy" and "/MarkLogic/rest-api/rewriter.xml" on the appserver on the two ML hosts that were reporting the issue.

install GNOME in CentOS 6.4 KVM

I suggest you to read that which describe the all point.

  • Re-install CentOs
  • Install Desktop Packages (reboot between each step) :

yum -y groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts"


yum -y groupinstall "Graphical Administration Tools"


yum -y groupinstall "Internet Browser"


yum -y groupinstall "General Purpose Desktop"


yum -y groupinstall "Office Suite and Productivity"


yum -y groupinstall "Graphics Creation Tools"

  • Don't change /etc/inittab

How does one install MarkLogic 8 on Ubuntu 14.04?

According to Alex Bleasdale/David Ennis, download the CentOS version; then:

Ubuntu and other Debian based distributions use DEB packages and CentOS or RedHat use RPM packages. To convert an RPM to DEB in a somewhat reliable way, one can use the 'alien' command. You install and use alien as follows:

sudo apt-get install alien
sudo alien --to-deb --verbose [your downloaded version]

In order to install a local DEB package, you can use dpkg with the -i option.

sudo dpkg -i [your downloaded version new repacked as .deb]

At this point, MarkLogic should be installed. You can start and stop MarkLogic using the init script, it lacks the option 'status':

sudo /etc/init.d/MarkLogic start


Related Topics



Leave a reply



Submit