Update repo URL everywhere.

pull/1/head
Abhinav Sarkar 2016-04-26 01:17:14 +05:30
parent 04f7332eac
commit ebb008d6db
2 changed files with 5 additions and 11 deletions

View File

@ -1,21 +1,15 @@
# ringo
[![Build Status](https://travis-ci.org/quintype/ringo.svg?branch=master)](https://travis-ci.org/quintype/ringo)
[![Build Status](https://travis-ci.org/abhin4v/ringo.svg?branch=master)](https://travis-ci.org/abhin4v/ringo)
A tool to transform Postgres OLTP database schemas to OLAP database schemas automatically.
## Setup instructions
- If you are on Mac OSX, run this command in the terminal:
```sh
> brew install --HEAD quintype/quindeps/ringo
```
- Or install from source:
- Install from source:
- Install stack from http://haskellstack.org.
- Git clone this repository:
```sh
> git clone --recursive https://github.com/quintype/ringo
> git clone --recursive https://github.com/abhin4v/ringo
```
- Run the following commands in the terminal:

View File

@ -2,7 +2,7 @@ name: ringo
version: 0.1.0.0
synopsis: OLTP to OLAP schema transformer
description: Tool to transform OLTP schemas to OLAP star schemas automatically
homepage: http://github.com/quintype/ringo
homepage: http://github.com/abhin4v/ringo
license: MIT
license-file: LICENSE
author: Abhinav Sarkar
@ -76,4 +76,4 @@ test-suite ringo-test
source-repository head
type: git
location: https://github.com/quintype/ringo
location: https://github.com/abhin4v/ringo