v1.1.0 of Uwazi with uwazi-docker Alpha 1
Pre-release
Pre-release
This Alpha 1 is a pre-release of uwazi-docker, uses Uwazi version 1.1 https://github.com/huridocs/uwazi/releases/tag/1.1
docker-compose
- Uwazi-docker: not released
- Elastic Search: 5.5.3
- Mongo: 3.4
Usage
The uwazi-docker requires docker-compose installed.
At this moment, the Dockerfile of the uwazi is not ready, only it's external
dependencies (Elastic Search and MongoDB), so you will also need install
NVM and Yarn.
Run these commands on your terminal:
git clone [email protected]:fititnt/uwazi-docker.git
cd uwazi-docker
docker-compose up -d elasticsearch mongo
git clone [email protected]:huridocs/uwazi.git
cd uwazi
git checkout 1.1
nvm install 6.13
npm install
yarn production-build
yarn blank-state
yarn reindex
yarn run-production
Open your browser at http://localhost:3000/.