AgroDataCube / api-v1

AgroDataCube API service Version 1 - A newer version is in use now.
1 stars 0 forks source link

Improve code and build process from GitLab and GitHub #47

Closed robknapen closed 2 years ago

robknapen commented 6 years ago

Currently source code and issues for the API web service lives in two places, on our internal GitLab server, and on GitHub (redacted copy without WUR settings and passwords, etc.). It will be an effort to keep this in sync. We need to think about how to improve it.

zoot-inge commented 6 years ago

In order to use the project in your own environment you could:

  1. get the code from git
  2. optionally change the path in web.xml
  3. build in e.g. netbeans (v8 was used)
  4. deploy (in tomcat)
  5. add agrodatacube.properties file in root of tomcat, see template in agrodatacube.zip
  6. get a database, see #38.
zoot-inge commented 6 years ago

For open source this is now available and working, for internal we have to smooth the process. This will be done for a later milestone.

yke commented 2 years ago

As Inge mentioned we can add a document and the duck-stad db. Since it is a maven project it should work, we can drop V1 perhaps ?

yke commented 2 years ago

Move this to V2 since V1 is dead.