An open API service indexing awesome lists of open source software.

https://github.com/clevercloud/v-example

Deploy a V app on Clever Cloud, using V runtime
https://github.com/clevercloud/v-example

clevercloud-example vlang

Last synced: 4 months ago
JSON representation

Deploy a V app on Clever Cloud, using V runtime

Awesome Lists containing this project

README

          

# Deploy a Zig application on Clever Cloud

`Linux` runtime with Mise helps to deploy anything in a simple way on Clever Cloud. This example shows how to build a simple [V](https://vlang.io) Server on `8080` port, using [Clever Tools](https://github.com/CleverCloud/clever-tools/).

## Clone this repository and deploy (as easy as 1-2-3)

```bash
git clone https://github.com/CleverCloud/v-example
cd v-example

clever create -t v
clever deploy
```

You don't need to configure anything, as Build and Run scripts are automatically set up.