如何在Ubuntu 14.04上安装MarkLogic 8? [英] How does one install MarkLogic 8 on Ubuntu 14.04?

查看:74
本文介绍了如何在Ubuntu 14.04上安装MarkLogic 8?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Ubuntu 14.04上安装MarkLogic 8的步骤是什么?

What are the steps to install MarkLogic 8 on Ubuntu 14.04?

推荐答案

根据Alex Bleasdale/David Ennis的意见,下载CentOS版本;然后:

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

Ubuntu和其他基于Debian的发行版使用DEB软件包,而CentOS或RedHat使用RPM软件包.为了以某种可靠的方式将RPM转换为DEB,可以使用"alien"命令.您可以按照以下步骤安装和使用Alien:

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]

要安装本地DEB软件包,可以将dpkg与-i选项一起使用.

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]

这时,应该已安装MarkLogic.您可以使用初始化脚本启动和停止MarkLogic,因为该脚本缺少选项'status':

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

这篇关于如何在Ubuntu 14.04上安装MarkLogic 8?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆