Skip to content

Commit

Permalink
Merge pull request #140 from naomijub/beta-5
Browse files Browse the repository at this point in the history
beta-5
  • Loading branch information
naomijub committed Mar 25, 2021
2 parents fc2b8c3 + 491d9c9 commit 0c3151b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM rust:latest
RUN apt-get update && apt-get install make

ADD https://github.com/naomijub/wooridb/archive/0.1.4.tar.gz /
RUN tar -zxvf 0.1.4.tar.gz
WORKDIR /wooridb-0.1.4
ADD https://github.com/naomijub/wooridb/archive/0.1.5.tar.gz /
RUN tar -zxvf 0.1.5.tar.gz
WORKDIR /wooridb-0.1.5
RUN rm -rf book/ woori-db/data/ benches/ data/*.txt

EXPOSE 1438
Expand Down
2 changes: 1 addition & 1 deletion book/src/sec-2-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To run WooriDB it is necessary to have Rust installed in the machine. There are

### Docker

You can find the latest docker image at **[naomijub/wooridb](https://hub.docker.com/repository/docker/naomijubs/wooridb)**. Currently the most stable tag is [**`beta-4`**](https://github.com/naomijub/wooridb/releases/tag/0.1.4). To execute the docker container run:
You can find the latest docker image at **[naomijub/wooridb](https://hub.docker.com/repository/docker/naomijubs/wooridb)**. Currently the most stable tag is [**`beta-4`**](https://github.com/naomijub/wooridb/releases/tag/0.1.5). To execute the docker container run:

* `docker run -p 1438:1438 naomijubs/wooridb:beta-4 debug` for debug mode.
* `docker run -p 1438:1438 -e AUTH_HASHING_COST=8 -e ADMIN=your-admin-id -e ADMIN_PASSWORD=your-admin-pswd naomijubs/wooridb:beta-4 run` for size optimization.
Expand Down
2 changes: 1 addition & 1 deletion woori-db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "woori-db"
version = "0.1.4"
version = "0.1.5"
authors = ["Julia Naomi <jnboeira@outlook.com>"]
description = "WooriDB is a general purpose time serial database with some relation algebra"
readme = "README.md"
Expand Down

0 comments on commit 0c3151b

Please sign in to comment.