About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (201)
- Security (17)
- Test (30)
- Tooling (160)
- Uncategorized (159)
Category Archives: Development
Add MySql to dotnet core app in Cloud Foundry
In this post you’ll add MySql from the marketplace to a dotnet core mvc app. Mysql was added to the marketplace in this post. Service We could use the cli to add MySql and then hook it up to the … Continue reading
MySql in marketplace of your Cloud Foundry
This post is a combination of information available elsewhere (links are included) and can be used to get mysql in the marketplace on your local Cloud Foundry. Tip! Run startupcf.sh from my quickly set environment for local cloud foundry post. … Continue reading
Quickly set environment for local Cloud Foundry
We’ve been playing with our local Cloud Foundry installation. After “save state” and system shutdown some settings are lost. To get our environment quickly setup for local Cloud Foundry we run a script: The contents of the script file is … Continue reading
Time drift on Cloud Foundry
On April 24th the ssl certificate of cloudfoundry is renewed. Directly after that I got errors on the certificate: Workaround My workaround was to create an offline buildpack. Fix On their Slack channel I got the tip to look at … Continue reading