Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Commit

Permalink
doc reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Oct 19, 2018
1 parent 700473b commit 3fba1a0
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AskOmics

[![Build Status](https://travis-ci.org/askomics/askomics.svg?branch=federation)](https://travis-ci.org/askomics/askomics)
[![Coverage Status](https://coveralls.io/repos/github/askomics/askomics/badge.svg?branch=federation)](https://coveralls.io/github/askomics/askomics?branch=federation)
[![Build Status](https://travis-ci.org/askomics/askomics.svg?branch=master)](https://travis-ci.org/askomics/askomics)
[![Coverage Status](https://coveralls.io/repos/github/askomics/askomics/badge.svg?branch=federation)](https://coveralls.io/github/askomics/askomics?branch=master)
[![Docker Build](https://img.shields.io/docker/pulls/askomics/askomics.svg)](https://hub.docker.com/r/askomics/askomics/)

![Askomics logo](static/askomics.png)
Expand All @@ -10,11 +10,13 @@ AskOmics is a visual SPARQL query interface supporting both intuitive data integ

![Askomics Homepage](static/askomics_home.png)

## Run AskOmics
## Running AskOmics

AskOmics is available under two supports : Docker and VM Virtualbox.

https://github.com/askomics/askomics/wiki
Some (possibly outdated) documentation is on the [AskOmics Wiki](https://github.com/askomics/askomics/wiki)

See the new [AskOmics documentation](https://askomics.readthedocs.io/)

------------------

Expand All @@ -24,7 +26,7 @@ https://github.com/askomics/askomics/wiki

If you want to use AskOmics, you will need :

* [Python 3.3](https://www.python.org/downloads/) (or greater)
* [Python 3.4](https://www.python.org/downloads/) (or greater)
* [Pyramid 1.5](http://www.pylonsproject.org) (or greater)
* [SPARQLWrapper](https://rdflib.github.io/sparqlwrapper/) 1.6.4 (or greater)

Expand All @@ -50,7 +52,7 @@ AskOmics also uses the following bundled libraries:

#### Requirements

+ python3.3
+ python 3.4
+ pip
+ venv
+ npm
Expand Down Expand Up @@ -116,7 +118,7 @@ Then, test can be run with
```
##### Target a single file test

./venv/bin/python setup.py nosetests -a '!galaxy' --tests askomics/test/askView_test.py
./venv/bin/python setup.py nosetests -a '!galaxy' --tests askomics/test/askView_test.py

##### With a html report coverage

Expand Down
17 changes: 17 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# AskOmics

[![Build Status](https://travis-ci.org/askomics/askomics.svg?branch=master)](https://travis-ci.org/askomics/askomics)
[![Coverage Status](https://coveralls.io/repos/github/askomics/askomics/badge.svg?branch=federation)](https://coveralls.io/github/askomics/askomics?branch=master)
[![Docker Build](https://img.shields.io/docker/pulls/askomics/askomics.svg)](https://hub.docker.com/r/askomics/askomics/)

![Askomics logo](static/askomics.png)

AskOmics is a visual SPARQL query interface supporting both intuitive data integration and querying while shielding the user from most of the technical difficulties underlying RDF and SPARQL

![Askomics Homepage](static/askomics_home.png)

## Running AskOmics

AskOmics is available under two supports : Docker and VM Virtualbox.

Some (possibly outdated) documentation is also on the [AskOmics Wiki](https://github.com/askomics/askomics/wiki). It should migrate here some day.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes

0 comments on commit 3fba1a0

Please sign in to comment.