OSLC / ldp-app

A simple client application to do CRUD operations on an LDP server and create a graphic display of an LDPC
Apache License 2.0
4 stars 1 forks source link

Deploy an instance of ldp-app on Bluemix for demonstration purposes. #2

Open jamsden opened 8 years ago

jamsden commented 8 years ago

The ldp-app already exists on Bluemix at this route. However the app does not currently run. This is likely an issue with the MongoDB service.

LDP.js, from which ldp-app was adapted, used a MongoDB service provided by mongolab. * However, the mongolab service is no longer available, MongoLab withdrew it as a Bluemix service. MongoDB by Compose-l0, now owned by IBM (as is Cloudant) is available at a cost $18/month/GB.

Another option is to use the mongolab sandbox on Amazon Cloud. mongodb://:@ds061984.mongolab.com:61984/ldpx.

Or better yet, use the experimental MongoDB service in the Bluemix Labs Catalog. See Getting started with MongoDB (Experimental) as-is community service for development and experimentation. Its in the Bluemix Labs Catalog

berezovskyi commented 7 years ago

The way forward is to dockerise this thing and use https://console.bluemix.net/docs/containers/container_index.html?pos=2 or something like it

BTW, mongo is deprecated in the labs catalog: https://console.bluemix.net/catalog/services/mongodb?env_id=ibm:yp:eu-gb

https://console.bluemix.net/catalog/services/compose-for-mongodb?env_id=ibm:yp:eu-gb is the new shiny thing