marklogic

Getting started with marklogic

Remarks#

This section provides an overview of what marklogic is, and why a developer might want to use it.

It should also mention any large subjects within marklogic, and link out to the related topics. Since the Documentation for marklogic is new, you may need to create initial versions of those related topics.

Versions#

VersionURL to DownloadURL to Release NotesRelease Date
8.0-5.5DownloadRel Notes2016-07-15
7.0-6.4DownloadRel Notes2015-07-15
9.0-1.1DownloadRel Notes2017-05-10

Installation or Setup

Detailed instructions on getting MarkLogic set up or installed can be found in the Installation Guide. The full offering of documentation is available via docs.marklogic.com

The overall setup process involves

  1. Installing the binary/rpm
  2. Starting the services
  3. Configuring first and subsequent hosts

A “Hello World” example is not really necessary to verify setup. The setup process includes verification of success, in that once installed, the user will navigate a browser to the administrative interface. If something has been missed, the services are not started, or something went wrong with the installation process, the interface will not come up. Full step-by-step procedures are included in the document referenced.

Once installed and basic configuration is in place, a great tool to get started with interacting with the system is called “Query Console” and is available via browser, usually at port 8000. The typical URL for an instance installed on a developer’s local machine is https://localhost:8000/qconsole

This powerful tool has a separate document available here.


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow