The WASDI Python library


License
Ruby
Install
pip install wasdi==0.8.6.3

Documentation

WASDI

Web Advanced Space Developer Interface


Documentation Status

Develop

Prerequisites

Git

Download and install git

Java

Install Java SE Development kit 8

Maven

Tomcat

Eclipse

Mongo DB

WASDI relies on mongo DB. Here you are two possibilities:

  1. connect the local version of WASDI to an existing DB server. In this case you would just need a client (suggested: robo3t) to perform ordinary maintenance
  2. install a full fledged MongoDB TODO how to configure Mongo DB

snap

Install snap


configure your setup for working with the project

clone the repo:

git clone https://github.com/fadeoutsoftware/WASDI.git

Then you can build the project.

Build with Maven:

cd WASDI
cd wrappersnap
cd wasdishared
mvn clean install
cd ../launcher
mvn clean install
cd ../../wasdiwebserver
mvn clean install

Build with Eclipse:

  1. import wrappersnap\wasdishared as a maven project
  2. import wrappersnap\launcher as a maven project
  3. import wasdiwebserver as a maven project

TODO how to configure - attach images of the config

make sure Elicpse uses the jre within the jdk and not another one installed separately: Windows -> Preferences -> Java -> installed JREs


Deploy

  • TODO how to deploy