Skip to content

Kray Document Search

Requirements

  • Docker & Docker Compose
  • Python 3.10+

Steps

  1. Clone the repo:
    bash git clone git@bitbucket.org:smartercodes-repo/kray-document-search.git
    cd kray-document-search

  2. Create .env & .env.local files with same content (mentioned in here)

  3. Run the following command to start the server
    bash develop.sh (after running this command if needed: sudo chmod +x ./develop.sh)

  4. Access the service on following url;
    http://doc-search.localhost/
    Once you are able to access the service, Kray Document Search Deployment is successful.