Upsun Support Team
Posts
-
How to upload and download files to your application (SFTP/RSYNC)
Goal This guide shows how to upload and download files to your application using sftp and rsync. Assumptions To complete this, you will need: A working application setup on a Platform.sh projec...
-
How to configure HTTP Strict Transport Security (HSTS) on your project
Goal Enable HSTS on your Platform.sh project. Read more about HSTS on Wikipedia. Assumptions You will need: A local git repository that has the Platform.sh project as a git remote A working appl...
-
How to make internal requests between two applications of a project
Goal This guide shows how make an internal request to a different application in the same project. The goal is to display a message sent by a backend API on our frontend. Assumptions To complete ...
-
How to make a Vue.js single page application (SPA) on Platform.sh
Goal This guide shows how to deploy a Vue.js application on Platform.sh, using Vue CLI 3. Assumptions To go through this guide, you will need: An empty Platform.sh project (you can click here to...
-
How to use the Platform.sh CLI from the web container
Goal Have the Platform.SH CLI installed and authenticated in the web container. Assumptions Access to a project hosted on Platform.sh Your project account has administrator rights Knowledge on...
-
How to set up automated environment tasks
Goal To have one more more environments automatically backed up through snapshots triggered without manual intervention. Assumptions Access to a project hosted on Platform.sh Your project accou...
-
How to utilize the CLI to modify already existing Git integrations
Goal To learn how to use the CLI for getting more information on a Git integration, also how to modify certain configuration options. Assumptions Access to a project hosted on Platform.sh Your ...
-
How to determine database usage of an environment
Goal Determine approximate database usage of a Platform.sh project using the Platform.sh CLI tool. Assumptions One or more Platform.sh projects Platform.sh CLI tool installed locally SSH key c...
-
How can I connect to my database from my local workstation?
I need to import data into my database from a local file. How can I do that from my local workstation?
-
What databases can I use in my project?
What database servers can I use in my project ? do you offer NoSQL DBs too ?