Customer
Posts
-
How to run Minio on Platform.sh
Goal Minio offers cloud file storage with an S3 compatible API. This guide shows how to deploy it on Platform.sh. Assumptions To complete this, you will need: An empty Platform.sh project The ...
-
How to compile CSS using SASS on Platform.sh
Goal Have your SCSS Code compiled to CSS during deployment on Platform.sh Assumptions An empty Platform.sh project A local git repository, with Platform.as as a remote Knowledge of how to serve ...
-
How to modify my Platform.sh project plan and its resources
Goal Change a Platform.sh plan/and or modify project settings such as environments, storage, and users. Assumptions Owner status on the project to be changed Problems Requirements change and ...
-
How to add a webhook to one or more projects
Goal Add a webhook to a single project, or to all of your Platform.sh projects. Assumptions One or more active projects on Platform.sh The Platform.sh CLI installed locally Problems You can u...
-
How to deploy a Common Lisp web application to Platform.sh
Goal Run a simple web application, using Common Lisp, on Platform.sh. Assumptions Platform.sh CLI installed locally An SSH key configured on a Platform.sh account A basic understanding of Commo...
-
How to perform a database dump via Platform.sh CLI
Goal Perform a database dump using the platform CLI tool. One or more active Platform.sh projects The Platform.sh CLI tool installed locally An SSH key configured on the project account Known ...
-
How to access MongoDB credentials on Platform.sh
Goal Access credentials for MongoDB from within a Platform.sh application using Node.js. Assumptions an active Platform.sh project properly configured .platform/services.yaml for the given servi...
-
How to access Elasticsearch credentials on Platform.sh
Goal Access credentials for Elasticsearch from within a Platform.sh application using Python. Assumptions an active Platform.sh project properly configured .platform/services.yaml for the given ...
-
How to access Memcached credentials on Platform.sh
Goal Access credentials for Memcached from within a Platform.sh application using Node.js. Assumptions an active Platform.sh project properly configured .platform/services.yaml for the given ser...
-
How to access InfluxDB credentials on Platform.sh
Goal Access credentials for InfluxDB from within a Platform.sh application using PHP. Assumptions an active Platform.sh project properly configured .platform/services.yaml for the given service ...