Skip to content

DeepSeeWeb installation

Eduard edited this page Nov 5, 2015 · 3 revisions

Installation

  1. It is assumed that you already installed MDX2JSON api into mdx2json namespace and it works, if not please refer to Readme and Installation Guide
  2. Download latest available release of DSW (zip file)
  3. Unpack it into any empty directory, record path
  4. In SMP create new web application /dsweb with
  • Name: /dsweb
  • Group By ID: mdx2json
  • Allowed Authentication Methods: Unauthenticated, Password, Login Cookie
  • Session Cookie Path: /
  • CSP Files Physical Path: path
  1. In SMP check and modify if required /mdx2json web application
  • Name: /mdx2json
  • Namespace: mdx2json
  • Group By ID: mdx2json
  • Allowed Authentication Methods: Password, Login Cookie
  • Session Cookie Path: /
  • Dispatch Class: MDX2JSON.REST
  1. Try to open http://server:port/dsweb/index.html#/login URL in browser, you'll be prompted to log in
Clone this wiki locally