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

Commit

Permalink
Merge pull request #104 from abretaud/doc
Browse files Browse the repository at this point in the history
Small doc cleanups
  • Loading branch information
Olivier Filangi committed Feb 8, 2017
2 parents 89ba95c + 5bf0573 commit 33f6c18
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTORS.md
Expand Up @@ -4,10 +4,10 @@ The following individuals have contributed code to AskOmics (alphabetic order):

* Arnaud Belcour <arnaud.belcour@irisa.fr>
* Charles Bettembourg <charles.bettembourg@sanofi.com>
* Anthony Bretaudeau <anthony.bretaudeau@rennes.inra.fr>
* Anthony Bretaudeau <anthony.bretaudeau@inra.fr>
* Yvanne Chaussin <chaussin.yvanne@gmail.com>
* Olivier Dameron <olivier.dameron@univ-rennes1.fr>
* Olivier Filangi <olivier.filangi@rennes.inra.fr>
* Olivier Filangi <olivier.filangi@inra.fr>
* Xavier Garnier <xavier.garnier@irisa.fr>
* Maël Kerbiriou <mael.kerbiriou@etudiant.univ-rennes1.fr>
* Fabrice Legeai <fabrice.legeai@rennes.inra.fr>
* Fabrice Legeai <fabrice.legeai@inra.fr>
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
FROM debian:jessie
MAINTAINER Olivier Filangi "olivier.filangi@rennes.inra.fr"
MAINTAINER Olivier Filangi "olivier.filangi@inra.fr"

# Prerequisites
#----------------------------------------------------------------------------------------
Expand Down
16 changes: 12 additions & 4 deletions README.md
Expand Up @@ -6,6 +6,8 @@

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)

## Run AskOmics

AskOmics is available under two supports : Docker and VM Virtualbox.
Expand All @@ -14,11 +16,15 @@ AskOmics is available under two supports : Docker and VM Virtualbox.

Run Virtuoso using the tenforce/virtuoso docker image.

`docker run docker run -d --name virtuoso -p 8890:8890 -p 1111:1111 -e VIRT_Parameters_DirsAllowed="/data,/data/dumps,., /usr/local/virtuoso-opensource/share/virtuoso/vad" -e VIRT_Parameters_TN_MAX_memory=4000000000 -e VIRT_SPARQL_ResultSetMaxRows=100000 -e VIRT_SPARQL_MaxQueryCostEstimationTime=300 -e VIRT_SPARQL_MaxQueryExecutionTime=300 -e VIRT_SPARQL_MaxDataSourceSize=1000000000 -e VIRT_Flags_TN_MAX_memory=4000000000 -e DBA_PASSWORD=dba -e SPARQL_UPDATE=true -e DEFAULT_GRAPH=http://localhost:8890/DAV --net="host" -t tenforce/virtuoso`
```
docker run docker run -d --name virtuoso -p 8890:8890 -p 1111:1111 -e VIRT_Parameters_DirsAllowed="/data,/data/dumps,., /usr/local/virtuoso-opensource/share/virtuoso/vad" -e VIRT_Parameters_TN_MAX_memory=4000000000 -e VIRT_SPARQL_ResultSetMaxRows=100000 -e VIRT_SPARQL_MaxQueryCostEstimationTime=300 -e VIRT_SPARQL_MaxQueryExecutionTime=300 -e VIRT_SPARQL_MaxDataSourceSize=1000000000 -e VIRT_Flags_TN_MAX_memory=4000000000 -e DBA_PASSWORD=dba -e SPARQL_UPDATE=true -e DEFAULT_GRAPH=http://localhost:8890/DAV --net="host" -t tenforce/virtuoso
```

Run AskOmics using the askomics/askomics docker image

`docker run -d --net="host" -p 6543:6543 -t askomics/askomics virtuoso prod`
```
docker run -d --net="host" -p 6543:6543 -t askomics/askomics virtuoso prod
```

### AskOmics on Windows using Virtualbox

Expand Down Expand Up @@ -78,14 +84,13 @@ AskOmics also uses the following bundled libraries:

Check the Dockerfile to see dependancies

```

#### Installation with Docker

```
$ ./startService.sh <triplestore> <mode>
```

with:

+ triplestore: fuseki or virtuoso
Expand All @@ -99,6 +104,7 @@ with:
```
$ ./startAskomics <triplestore> <mode>
```

with:

+ triplestore: fuseki or virtuoso
Expand All @@ -111,6 +117,7 @@ If you want to develop AskOmics, run:
```
$ gulp --dev --reload
```

It will reload javascript files when a file is modified.


Expand All @@ -123,6 +130,7 @@ AskOmics comes with some unit and functional tests.
```
$ ./testAskomics.sh
```

Python test work only with Virtuoso

#### Javascript tests
Expand Down
2 changes: 1 addition & 1 deletion docker/fuseki/Dockerfile
@@ -1,5 +1,5 @@
FROM debian:jessie
MAINTAINER Olivier Filangi "olivier.filangi@rennes.inra.fr"
MAINTAINER Olivier Filangi "olivier.filangi@inra.fr"

# Variables part
#----------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
maintainer='Olivier Filangi',
maintainer_email='olivier.filangi@rennes.inra.fr',
maintainer_email='olivier.filangi@inra.fr',
url='https://github.com/askomics/askomics/',
keywords='web pyramid pylons',
packages=find_packages(),
Expand Down
Binary file added static/askomics_home.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33f6c18

Please sign in to comment.