Customer
Posts
-
How can I forward my logs to Splunk or Logz.io?
I’d like to integrate my log monitoring across my organization, including applications not hosted on Platform.sh.
-
How do the queues in my project work? Is it only possible to have one thing building/deploying at a time?
For example, if a developer pushes something on the stage branch, and it takes 10 minutes to build, can I deploy a hotfix on master in that time?
-
How to deny abusive IP addresses on Platform.sh
Goal To block a certain set of abusive IP addresses before they hit the application layer. This can be IPs identified to cause high load or otherwise harm the system, e.g. crawlers / bots, malici...
-
How to see your Nginx configuration file
Goal The web directive of .platform.app.yaml is the developer’s chance to configure the Nginx server for the application. Sometimes it is helpful to see exactly what is in the Nginx configuration ...
-
How to interactively debug Python applications on Platform.sh
Goal Interactively debug python applications running on Platform.sh. Assumptions An active Python application running on Platform.sh A configured SSH key on the project account Familiarity with...
-
How to upgrade Wordpress core and dependencies with Composer
Goal Update WordPress to the latest version using Composer. Assumptions A WordPress installation on Platform.sh that uses Composer, for example one that uses the WordPress Template. The Platfor...
-
How to interactively debug Node.js applications on Platform.sh
Goal Interactively debug nodejs applications running on Platform.sh, Assumptions A Node.js application that is running on Platform.sh An issue that requires interactive debugging, possibly beca...
-
What does it mean when my environment has a "dirty" status?
As opposed to “active”?
-
How to set up and deploy a Ruby on Rails application on Platform.sh
Goal This guide shows how to deploy a toy Ruby on Rails 5 application on Platform.sh running on Sqlite (please do not use Sqlite in production, ever). In a later post I’ll show how to deploy a rob...
-
How much disk space is available during the build hook for application code?
I’m getting out of disk errors when running npm install.