- Get all the
Dockerimages here. - Create a directory and place the
docker-compose.ymlfile there. - Place the
secrets.tar.gzarchive there and extract it. - Follow instructions in
secrets/README.txt. - After all of that, run
docker-compose up.
In order to get Docker images, you need to login to docker on your local machine. The login process is described here
git clone git@github.com:1ncend1ary/wca.git
cd wca- Get the
secrets.tar.gzarchive and place it in.[current project directory,~/../wca/] - Unarchive with:
tar -xvzf secrets.tar.gz- or
source bin/unarchive.sh
- Place pre-trained compressed
GoogleNews-vectors-negative300.bin.gzmodel inwca/web/model/(alternatively, use thewca/web/model/download.shscript) - Ensure
Dockerdaemon is running. docker-compose -f docker-compose.duild.yml upto build development application.- In your browser:
localhost:8080for web application,localhost:19981for database web-interface. - You can follow this link for a deployed application