Skip to content

GnR98/WASDI

 
 

Repository files navigation

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

About

Web Advanced Space Developers Interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 35.8%
  • JavaScript 21.2%
  • HTML 17.3%
  • SCSS 10.6%
  • Python 5.6%
  • C# 3.1%
  • Other 6.4%