Kray Document Search
Requirements
- Docker & Docker Compose
- Python 3.10+
Steps
-
Clone the repo:
bash git clone git@bitbucket.org:smartercodes-repo/kray-document-search.git
cd kray-document-search -
Create .env & .env.local files with same content (mentioned in here)
-
Run the following command to start the server
bash develop.sh(after running this command if needed:sudo chmod +x ./develop.sh) -
Access the service on following url;
http://doc-search.localhost/
Once you are able to access the service, Kray Document Search Deployment is successful.