Avatar

Milos Knezevic

  • Total activity 766
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 383

Articles

Recent activity by Milos Knezevic
Sort by recent activity Recent activity Votes
  • Install Django with SQLite on Upsun

    What are we deploying?We’ll deploy Django running on Gunicorn with a SQLite database. This is the most basic setup for a Django project on Upsun and it will introduce the basic ideas. The instructi...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Error when using pnpm as package manager

    During build step, if you encounter the following error during the build step with pnpm.Error encounteredW: @kps/booking:build: ERROR: command finished with error: exec: "pnpm": executable file no...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How-to setup Github actions to work with Platform.sh environments

    In order to interact with Upsun environments from Github actions you first need an API token.Then add the token to your Github repository secrets, and make sure the secret / variable is named UPSU...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How to Check my Fastly CDN peformance (Cache hit ratio)

    GoalTo review how effective the cache layer is, you may want to check the “Hit Ratio” of the content it is serving.A busy read-only site with its cache preferences properly configured can be seen t...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Java Email at Upsun

    Electronic mail is a method of exchanging messages between people using electronic devices. In this post, we’ll explain how to send an email message with Java through Upsun.By default, only the mas...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Why is the .upsun.app.yaml file separate from the .upsun folder?

    The files in .upsun control the environment at a cluster level. They define what services should be in the cluster.The .upsun.app.yaml file defines the behavior of one single application container,...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How are mounts in .upsun.app.yaml sized?

    Mount sizes are defined with the disk key in your .upsun.app.yaml configuration file.Mounts are entirely optional - it may not be necessary for your application to have write access. If not, you wi...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Build process (build hook)

    Your application gets built during the build phase, using the configuration files committed to the code repository and the core building configuration in .platform.app.yaml. The following events ha...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How to enable 2FA/MFA?

    For improved security, you can enable multi-factor authentication (MFA) for the Console and CLI. To enable MFA for your account: In the Console, open the user menu (your name or profile picture)....

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Can I access CDN Statistics?

    As access to the Fastly account is not available, all interactions with your service and statistics must be conducted through the Fastly API or Fastly CLI. For further information, please refer to ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes