Milos Knezevic
Articles
-
How to create, initialize, and delete a Upsun project from the command line
GoalTo fully manage the life cycle of sites on Upsun, including the creation of new projects, initializing from a hosted GitHub repository, and deleting projects. Assumptions SSH key configured on...
-
Troubleshooting Codeigniter Installation Issue
If you're already using Codeigniter 4 with composer, then as long as you have a composer.json + composer.lock file in your repository, and have chose the correct php app image for your app, then th...
-
How to install inkscape in the web container
GoalTo install the cli version of inkscape in the web container to be able to convert svg to pdf/png/eps… Steps 1. Create the install_inkscape script#!/bin/bash echo "----------------" echo "Instal...
-
How to visualize Access Logs with a fancy interface and charts
If you just want to visualize the Access Logs to have an overview of the visits? And what if you could do that from within your terminal and/or in your browser?Introducing GoAccess.io! This tool is...
-
How to configure Java with New Relic
GoalThis tutorial will explain how to configure New Relic into a Java application at Upsun. Assumptions You either have a Java application, and you want to run at Upsun or you already have a Java a...
-
Why are my Let's Encrypt certificates failing to provision on my development environments?
Let’s Encrypt can only handle a maximum of 64 characters, and the full URL of your project consists of PLATFORM_ENVIRONMENT-PLATFORM_PROJECT.REGION.platformsh.site where: PLATFORM_ENVIRONMENT = PL...
-
How can I expose non-80/443 TCP port to the Internet?
You cannot. Upsun is a web-centric host. The only ports that are exposed to the world for incoming requests are 80 (HTTP), 443 (HTTPS), and 22 (SSH). All other ports are hard-blocked at the network...
-
How to link multiple applications as web services in the same project
Given four applications in a single project that will work as microservices:"https://{default}/conferences": id: conference type: upstream upstream: "conference:http" "https://{default...
-
How to utilize the CLI to modify already existing Git integrations
GoalTo 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 Upsun Your project ac...
-
Can we access our mail logs on our server?
Currently, you can't access your mail logs directly, however the Support team can assist you with accessing some logs via ticket if you are looking for specific details. We keep the last 25–35 days...