How does one install MarkLogic 8 on Ubuntu 14.04? -


what steps install marklogic 8 on ubuntu 14.04?

according alex bleasdale/david ennis, download centos version; then:

ubuntu , other debian based distributions use deb packages , centos or redhat use rpm packages. convert rpm deb in reliable way, 1 can use 'alien' command. install , use alien follows:

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

in order install local deb package, can use dpkg -i option.

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

at point, marklogic should installed. can start , stop marklogic using init script, lacks option 'status':

sudo /etc/init.d/marklogic start 

Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -