Blog

Tagged "cloud-foundry"

CloudCloud

Run a Crypto Trading Bot on Cloud Foundry

Deploy Zenbot, an open-source cryptocurrency trading bot, to Cloud Foundry to automate your crypto trading strategies on platforms like GDAX.

Lena Fuhrimann
cryptocurrencytradingcloud-foundryautomationzenbot
Run a Crypto Trading Bot on Cloud Foundry

Run WordPress on Cloud Foundry

Deploy WordPress on Cloud Foundry with externalized file storage using S3 to handle media uploads in a cloud-native way.

Lena Fuhrimann
wordpresscloud-foundryphps3cms
Run WordPress on Cloud Foundry

Run Docker Registry on Cloud Foundry

Deploy a private Docker Registry on Cloud Foundry using S3 for storage and Redis for caching to securely manage your container images.

Lena Fuhrimann
dockercloud-foundryregistrycontainerss3
Run Docker Registry on Cloud Foundry

Run Ghost on Cloud Foundry

Deploy Ghost, a modern Node.js blogging platform, on Cloud Foundry with MariaDB and optional S3 storage for media files.

Lena Fuhrimann
ghostcloud-foundryblognodejscms
Run Ghost on Cloud Foundry

Manage Buckets on Cloud Foundry S3 Services

Learn how to create and manage S3 buckets on Cloud Foundry using s3cmd or the open-source S3 Manager application.

Lena Fuhrimann
cloud-foundrys3storagebuckets
Manage Buckets on Cloud Foundry S3 Services

Blue Green Deployment on Cloud Foundry

Learn how to implement blue-green deployment on Cloud Foundry to achieve zero-downtime updates and safely roll back changes using a simple shell script.

Lena Fuhrimann
cloud-foundrydeploymentdevopsautomation
Blue Green Deployment on Cloud Foundry

Run Piwik on Cloud Foundry

Deploy Piwik, an open-source analytics platform, on Cloud Foundry as an alternative to Google Analytics with full control over your data.

Lena Fuhrimann
piwikanalyticscloud-foundryphpmysql
Run Piwik on Cloud Foundry

Configure Front End Apps With Environment Variables on Cloud Foundry

Discover how to configure static front-end applications on Cloud Foundry using environment variables by exposing configuration through an HTTP endpoint with nginx.

Lena Fuhrimann
cloud-foundryfrontendconfigurationnginxstaticfile
Configure Front End Apps With Environment Variables on Cloud Foundry

Cloud Foundry Route Services

Learn how to use Cloud Foundry Route Services to add authentication, rate limiting, or logging at the route level by intercepting requests before they reach your application.

Lena Fuhrimann
cloud-foundryroute-servicesmiddlewarerate-limiting
Cloud Foundry Route Services

Run a CI/CD Server on Cloud Foundry

Deploy Strider, an open-source CI/CD server, on Cloud Foundry to automatically test, build, and deploy your applications on every git push.

Lena Fuhrimann
ci-cdcloud-foundrystriderautomationdeployment
Run a CI/CD Server on Cloud Foundry