Milos Knezevic
Articles
-
How to set up and deploy a Frontity site on Upsun
GoalSet up and deploy a Frontity site to Upsun AssumptionsYou will need: An SSH key configured on your Upsun account Node.js installed on your machine Knowledge of Frontity ProblemsDeploying a hy...
-
How to upload big files in php?
To upload more than 65MB file on a PHP container. Assumptions You are running PHP ProblemsWhen you have a form where your clients upload a file they receive an error like the followingPOST Content-...
-
How do I serve some requests from a different PHP front controller?
In your .upsun.app.yaml, you’ll want to declare an additional location block for /api, and include the directory that it should reference in the root key and the front controller for the site in th...
-
Struggling to push to master?
After configuring your repo and you're encountering errors when pushing to masterError: the master source reference specifier does not match any reference Error: Unable to push references to 'xxe...
-
How do I use MongoDB with my Java app?
Java is one of the most popular programming languages in the MongoDB Community. For new users, it’s essential to provide an overview of how to work with the MongoDB Java driver at Upsun.Java has se...
-
How to transfer files between two different projects
GoalThe goal is to transfer files between two separate projects. AssumptionsYou will need two projects set up on Upsun: One project (undntpvafhdn4 in this guide) that acts as the data source. One p...
-
Where is my .upsun.app.yaml?
Those files will be visible locally only. You can however view the contents of that file through the PLATFORM_APPLICATION environment variable.echo $PLATFORM_APPLICATION | base64 --decode | jqAnd y...
-
What can I do about the error: Invalid submodules in repository?
On a deploy, you may get a failure with the message like: E: Error parsing configuration files:: Invalid submodules in repository. E: Error: Invalid configuration files, aborting build Maybe also :...
-
Java Garbage Collector Log
Java garbage collection is the process by which Java programs perform automatic memory management. This post, we’ll explain how to add the log in the Upsun application. How to Generate GC Log File?...
-
Quarkus and Upsun Getting started
Deploy Friday: E06 Quarkus Supersonic Subatomic Java https://www.youtube.com/watch?v=PLsaop5M14M QuarkusIO, the Supersonic Subatomic Java, promises to deliver small artifacts, extremely fast boot ...