Posts

Showing posts with the label cloudant

IBM MobileFirst Platform v8 - install and sample Hybrid app

Fancy having a quick run through of setting up IBM MobileFirst Platform Server Foundation v8 and having a working app as a starter for ten?  Then look no further. Here's a Slides.com presentation of how I made this work for me:

IBM Bluemix, CloudantDB, AngularJS and upload images

Whilst building my ACE! app - I needed to be able to upload images for the events / presentations / speakers and attendees. I thought, hey, that's simple, we've been doing this on normal web-servers for decades, I'll just write a server-side php page (a couple of lines of code) that saves the posted files to a folder and then I'll know the URL to reference them.  Sorted! I should have it all finished before the kettle has finished boiling for my cup of tea. Then I pondered for a bit.  How does this now work in the PaaS world (Clouds like IBM Bluemix, Google AppEngine, Amazon, that Microsoft one, etc...).  Ah, not such a simple solution now.  But a challenge.  Whilst drinking my cup of tea, I then set about making this work on IBM Bluemix. Here's a Slides.com presentation of how I made this work for me:

Small ACE steps - let's start with Bluemix and Cloudant

Image
Just incase you've been living in a cave for the past year, I'll let you read about Bluemix HERE. So, now that you've not bothered to follow that link, I'll give you a cut&paste snippet here: What is IBM Bluemix? IBM's Open Cloud Architecture implementation based on the Cloud Foundry project IBM Bluemix™ is the newest cloud offering from IBM. Bluemix is a platform as a service (PaaS) offering based on the Cloud Foundry open source project that promises to deliver enterprise-level features and services that are easy to integrate into cloud applications. CLICK HERE to read an intro article on how to get up and running with Bluemix & Cloudant....