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
  • Installing Homebrew Packages on Upsun

    While Upsun provides a wide range of native runtimes, you may occasionally need a specific tool or CLI utility available via Homebrew (Linuxbrew). Because Upsun containers use a read-only file syst...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Running and Migrating Java Applications on Upsun

    OverviewUpsun provides a high-performance, containerized environment for Java applications. Whether you are deploying a Spring Boot monolith, a Quarkus microservice, or a legacy Java EE app, follow...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Adjusting Node.js Versions in Non-Node.js Runtimes (e.g., Ruby on Rails)

    OverviewBy default, Upsun environments include a specific version of Node.js tailored to the runtime image you are using. However, certain applications, such as Ruby on Rails 6 using Webpacker, may...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Managing Multi-App Projects with Root-Level Build Tasks

    OverviewIn a multi-app setup on Upsun, each application container is traditionally built in isolation. However, many modern projects (especially Monorepos or those using Git submodules) have shared...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How do I use the Upsun CLI?

    OverviewThe Upsun command line interface will be your primary tool (along with the management console UI) for interacting with your projects and environments. Everything that can be done over the A...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Automating Composer Updates with Source Operations on Upsun

    OverviewSource Operations on Upsun are a powerful feature that allows you to run write-enabled commands against your application's source code. Unlike standard hooks (build/deploy), which run in a ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How can I make custom 404 pages?

    OverviewUpsun’s infrastructure acts as a transparent conduit for your web traffic. When a user requests a URL that doesn’t exist, the Upsun router doesn't know whether that path is "wrong" or just ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How do I install Mailhog?

    Upsun offers e-mail sending from your container but does not provide logging. Mailhog is a golang application that allows you to catch and log emails being sent through sendmail.For more control ov...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Do you support other version control systems?

    OverviewA core philosophy of Upsun is Infrastructure as Code, which relies heavily on a Version Control System (VCS) to manage application configuration and deployment logic. Currently, Upsun is bu...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How do I connect MongoDB tunnel with Robo 3T?

    GoalIn this tutorial, we’ll explain how to connect the Upsun MongoDB using an SSH tunnel with a MongoDB GUI such as Robo 3T. PreparationThis tutorial assumes you have A working project with MongoDB...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes