# Deploying a Clojure web app to a VPS

DevFeed: [Deploying a Clojure web app to a VPS](<https://devfeed.tech/articles/deploying-a-clojure-web-app-to-a-vps-32115.md>)

Original publisher: [Read original article](<https://adambard.com/blog/deploying-a-clojure-web-app-on-digitalocean/>)

Published: 2014-08-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Adam Bard](<https://devfeed.tech/sources/adam-bard.md>)

Topics: [Clojure](<https://devfeed.tech/topics/clojure.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>)

Tags: [clojure](<https://devfeed.tech/tags/clojure.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

## AI overview

A tutorial explaining how to deploy a Clojure web app to a VPS, including packaging it as a JAR, running it on Ubuntu, configuring automatic startup, and placing it behind Nginx on DigitalOcean.

## Source excerpt

So you wrote an app. Great! Next step is to put it somewhere where people can use it. This tutorial will walk you through the process of deploying your app.