https://cloud.redhat.com/blog/scaling-to-multicluster-from-the-command-line-with-clusterpools
Bring your own fleet with Red Hat Advanced Cluster Management for Kubernetes auto-import and automation tools
Runtime Code Profile for Kubernetes Operators
If you want to learn about how to get code coverage from kubernetes operator follow this link: https://www.openshift.com/blog/runtime-code-profile-for-kubernetes-operators-1
Manually install WordPress on Synology DSM NAS
If you want to host your wordpress site on your Synology DSM NAS, you will only need an DNS server where you can register your Synology DDNS name and open your router on port 80 and 443.
Basically, I have followed this article https://pfbarrett.uk/transferring-a-wordpress-site-to-a-synology-nas/ to install WordPress version 5.4.2.
When entering the database access in the ‘Famous 5 minutes install’, I had first to go in the ‘Web Station’->’PHP Setting’, select your PHP profile, click edit and check ‘mysqli’ and use localhost:/run/mysqld/mysqld10.sock
.
I also checked ‘curl’ as without that extension, I was not able to download new plugin versions (no available transport).
Last, I sshed my synology, changed to directory /web and change the owner and group recusively to ‘http’.
sudo chown -R http; chgrp -R http
Join us at InterConnect 2015 for hands-on on the IBM Cloud marketplace
This year I will conduct a lab at InterConnect2015 which will allow you to practice the steps to publish your own services in the IBM Cloud marketplace.
Android application to share your feeds on social network – Share Feeds
In this post I will describe the application I wrote for Android (called Share Feeds) which allows you to share feeds from registered website with your social network. Continue reading
Pattern-type (Part 22): Create a component which doesn’t generate a VM.
In the previous article (here), I explained how to create a component that generates one or more VMs. In this one, I will explain a method to create a component which doesn’t generate VM but interacts with another one via a link. You can find a use case of this in the WebApp pattern where you are able to add extra “archive file” to a WAS via the “Extra Archive File” component. Continue reading
Pattern-type (Part 21): How to call a java method from your topology template
In this article, I will explain how to call a java method from your topology template. This is achieved by creating a class which extends the TemplateTransformer class and declaring it as the implementation class for your topology transformer. Continue reading
Run mobile workloads using IBM Worklight and Zend PHP on the cloud
IBM SmartCloud Application Services provides a mobile application platform using IBM Worklight. We also have the Zend Server Pattern on IBM SmartCloud Application Services and created a proof of concept leveraging these different technologies.
Continue Reading ->
Join us at PHP 2013 – Zendcon
Each year Zend Technology organizes an event called PHP 2013 – Zendcon. This year the IBM SmartCloud Application Services team will be glad to see you there. We will provide a presentation on how to “Develop, Deploy and Update a Mobile Application in the Cloud in 60 Mins or Less” using the SmartCloud Application Services. Continue reading