Skip to content

v1.1.0 of Uwazi with uwazi-docker Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fititnt fititnt released this 15 Apr 11:44
· 52 commits to master since this release
0a7ea86

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 git@github.com:fititnt/uwazi-docker.git
cd uwazi-docker
docker-compose up -d elasticsearch mongo
git clone git@github.com: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/.