1

I have launched the "cep-r3.3.3-img" image on the Fiware Lab.

I have allowed the port 8080 to be accessible from the exterior.

I can not access the proton interface visiting http://<host>:8080/AuthoringTool/Main.html in the browser.

I then tried following the examples provided in the documentation. The linked examples has a run.sh, which makes a POST request to http://<host>:8080/v1/admin/config.

This endpoint (and all /v1/ endpoinds) is returning 404.

Is there anything else I need to perform to get the provided image to work as anticipated?

fgalan
  • 11,732
  • 9
  • 46
  • 89
Pedro
  • 449
  • 2
  • 9
  • Note: this questions should be tagged with `fiware-cepheus`, but I can't create that tag – Pedro Nov 11 '15 at 12:20

1 Answers1

0

You are mixing two different FIWARE projects : Proton GEi and Cepheus GEi.

You can find the documentation related to Proton on the catalog description.

The documentation you point to is the Cepheus one.

Marc
  • 609
  • 1
  • 5
  • 10