Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Install Software

First ensure all the Prerequisites are meet. Then you can download the Enterprise Search from Download & Execute

2. Configure the Server

Change the DOMAIN_NAME and SERVER_PORT variables as required, then change the Elasticsearch properties to meet your instance.

...

Tip

The server configuration is multi environment. So in the folder config/server/env you will find the following files: all.js, local.jsdevelopment.js and production.js. Each file will contain the configuration for that specific environment. 

...

Info

The server will have the API for the endpoint as well as the user interface


Enterprise Search will start loading its components, you can start using it as soon as you see a message in the console similar to this one (can be slightly different):

Code Block
languagetext
themeFadeToGrey
**************************************************************************************
  _____       _                       _          ____                      _
 | ____|_ __ | |_ ___ _ __ _ __  _ __(_)___  ___/ ___|  ___  __ _ _ __ ___| |__
 |  _| | '_ \| __/ _ \ '__| '_ \| '__| / __|/ _ \___ \ / _ \/ _` | '__/ __| '_ \
 | |___| | | | ||  __/ |  | |_) | |  | \__ \  __/___) |  __/ (_| | | | (__| | | |
 |_____|_| |_|\__\___|_|  | .__/|_|  |_|___/\___|____/ \___|\__,_|_|  \___|_| |_|
                          |_|

 Mode: development
 PID: 3024
 Protocol: http
 Port: 3000
 Authentication: none
 NodeJS: 14.15.1

**************************************************************************************
Note

Be sure Elasticsearch is already running when attempting to start Enterprise Search