Skip to content

Releases: fititnt/uwazi-docker

v1.3.0 of Uwazi with uwazi-docker Beta 3

16 Oct 03:26
Compare
Choose a tag to compare

This Beta 3 is a pre-release of uwazi-docker, uses Uwazi version v1.3 https://github.com/huridocs/uwazi/releases/tag/v1.3

Versions

  • Uwazi-docker: v1.3.0-beta.3
  • Uwazi: 1.3 (NodeJS 8.12+, poppler 0.26)
  • Elastic Search: 5.5.3
  • Mongo: 3.4

Usage

The uwazi-docker requires docker-compose installed.

Install

Run these commands on your terminal:

git https://github.com/fititnt/uwazi-docker.git
cd uwazi-docker
docker-compose run -e IS_FIRST_RUN=true --rm uwazi

Run

docker-compose up -d uwazi

Open your browser at http://localhost:3000/. User: admin, password: admin.

v1.2.0 of Uwazi with uwazi-docker Beta 2

13 Oct 01:40
Compare
Choose a tag to compare

This Beta 2 is a pre-release of uwazi-docker, uses Uwazi version v1.2 https://github.com/huridocs/uwazi/releases/tag/v1.2

Versions

  • Uwazi-docker: v1.2.0-beta.2
  • Uwazi: 1.2
  • Elastic Search: 5.5.3
  • Mongo: 3.4

Usage

The uwazi-docker requires docker-compose installed.

Install

Run these commands on your terminal:

git clone git@github.com:fititnt/uwazi-docker.git
cd uwazi-docker
docker-compose run -e IS_FIRST_RUN=true --rm uwazi

Run

docker-compose up -d uwazi

Open your browser at http://localhost:3000/. User: admin, password: admin.

v1.1.0 of Uwazi with uwazi-docker Beta 1

16 Apr 04:58
ca54722
Compare
Choose a tag to compare

This Beta 1 is a pre-release of uwazi-docker, uses Uwazi version 1.1 https://github.com/huridocs/uwazi/releases/tag/1.1

Versions

  • Uwazi-docker: v1.1.0-beta.1
  • Uwazi: 1.1
  • Elastic Search: 5.5.3
  • Mongo: 3.4

Usage

The uwazi-docker requires docker-compose installed.

Install

Run these commands on your terminal:

git clone git@github.com:fititnt/uwazi-docker.git
cd uwazi-docker
docker-compose run -e IS_FIRST_RUN=true --rm uwazi

Run

docker-compose up -d uwazi

Open your browser at http://localhost:3000/. User: admin, password: admin.

v1.1.0 of Uwazi with uwazi-docker Alpha 1

15 Apr 11:44
0a7ea86
Compare
Choose a tag to compare

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/.