Adds setup instructions to the README.

pull/1/head
Abhinav Sarkar 2015-12-18 14:00:18 +05:30
parent c430e5f255
commit 4a07d0c828
1 changed files with 18 additions and 1 deletions

View File

@ -1,2 +1,19 @@
# ringo
Tool to transform OLTP database schemas to OLAP database schemas automatically
A tool to transform Postgres OLTP database schemas to OLAP database schemas automatically.
## Setup instructions
- Install stack from http://haskellstack.org.
- Git clone this repository:
```sh
> git clone https://github.com/quintype/ringo
```
- Run the following commands in the terminal:
```sh
> cd ringo
> stack setup
> stack install
```
- Add `~/.local/bin/` to your shell's PATH.
- You should be able to run the command `ringo` on terminal now. Run `ringo -h` to see the help.