Documentation
This commit is contained in:
parent
5c8d476e56
commit
8aa32e48ba
10
README.md
10
README.md
|
@ -16,11 +16,11 @@ The suite comes with a set of pre-built plugins and GUIs that comunuties can eas
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
* [Dedicated Wiki]() - TBD Powered by [Sphynx] (https://www.sphinx-doc.org/en/master/)
|
* [Dedicated Wiki]() - TBD Powered by [Sphynx](https://www.sphinx-doc.org/en/master/)
|
||||||
* [Service Interactive API]() -TBD Powered by [Enunciate] (http://enunciate.webcohesion.com/)
|
* [Service Interactive API]() -TBD Powered by [Enunciate](http://enunciate.webcohesion.com/)
|
||||||
* [Gcube System Wiki] - (https://gcube.wiki.gcube-system.org/gcube/GeoPortal).
|
* [Gcube System Wiki](https://gcube.wiki.gcube-system.org/gcube/GeoPortal).
|
||||||
* [Guide Notebooks](use-cases) - Powered by [Jupyter] (https://jupyter.org/)
|
* [Guide Notebooks](use-cases) - Powered by [Jupyter](https://jupyter.org/)
|
||||||
* [Service Wiki src] (use-cases/src/site/suite.rst)
|
* [Service Wiki src](use-cases/src/site/suite.rst)
|
||||||
|
|
||||||
|
|
||||||
## Built with
|
## Built with
|
||||||
|
|
|
@ -14,11 +14,11 @@ public class GCubeTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
testContext = "/pred4s/preprod/preVRE";
|
// testContext = "/pred4s/preprod/preVRE";
|
||||||
InterfaceConstants.SERVICE_CLASS="Application";
|
// InterfaceConstants.SERVICE_CLASS="Application";
|
||||||
InterfaceConstants.SERVICE_NAME="GeoPortal";
|
// InterfaceConstants.SERVICE_NAME="GeoPortal";
|
||||||
|
|
||||||
// testContext = "/gcube/devsec/devVRE";
|
testContext = "/gcube/devsec/devVRE";
|
||||||
|
|
||||||
|
|
||||||
System.out.println("TEST CONTEXT = "+testContext);
|
System.out.println("TEST CONTEXT = "+testContext);
|
||||||
|
|
Loading…
Reference in New Issue