Versions Compared

Key

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

Enterprise Search is available as the source code directly a production bundle can be build, but we don't provide one, since it is almost certain that every distribution will have a certain level of customization (at code level), and the production bundle doesn't allow that, but you can build a production bundle once you have your custom instance ready.

Note

To have access to the code of the Enterprise Search, Git must be installed, if you haven't done it yet, please refer to Prerequisites - Install Git

Downloading The Code


To download the code follow the steps:

  1. Clone the code the repository for the Enterprise Search

    Code Block
    languagebash
    themeFadeToGrey
    git clone https://source.digital.accenture.com/projects/ST/repos/search-stack
  2. Enter the folder of the repository just cloned
  3. Initialize the submodules

    Code Block
    languagebash
    themeFadeToGrey
    git submodule update --init --recursive
  4. Install the server dependencies 

    Code Block
    languagebash
    themeFadeToGrey
    npm install
    Note

    In MacOs there is a know issue when executing npm install

    Code Block
    languagetext
    themeFadeToGrey
    gyp: No Xcode or CLT version detected!

    to solve this issue please follow the instructions from this link

  5. Install the user interface dependencies

    Code Block
    languagebash
    themeFadeToGrey
    cd ui
    npm install

Executing the Enterprise Search

Once