Skip to content

Commit

Permalink
.NET overview fix (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
vankovap authored Jan 14, 2025
1 parent 82cf5a8 commit 4cb0cdd
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions apps/docs/content/dotnet/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,47 +13,6 @@ import DeployButton from '@site/src/components/DeployButton';

[.NET β†—](https://dotnet.microsoft.com/en-us/) is the free, open-source, cross-platform framework for building modern apps and powerful cloud services..



As said, there is no need for coding yet, we have created a [Github repository β†—](https://github.com/zeropsio/recipe-rust-hello-world), a **_recipe_**, containing the most simple Rust web application. The repo will be used as a source from which the app will be built.

<CustomCard title="Feel free to deploy the recipe yourself" emoji="πŸš€">
This is the most bare-bones example of Rust running on Zerops β€” as few libraries as possible,
just a simple endpoint with connect, read and write to a Zerops PostgreSQL database.

<DeployButton link="rust" badgeWidth="200" />
</CustomCard>

1. Log in/sign up to [Zerops GUI β†—](https://app.zerops.io)
2. In the **Projects** box click on **Import a project** and paste in the following yml config ([source β†—](https://github.com/zeropsio/recipe-rust-hello-world/blob/main/import-project/description.yml)):

```yml
project:
name: my-first-project
services:
- hostname: helloworld
type: rust@latest
minContainers: 1
maxContainers: 3
buildFromGit: https://github.com/zeropsio/recipe-rust-hello-world@main
enableSubdomainAccess: true
```
3. Click on **Import project** and wait until all pipelines have finished.
**That's it, your application is now up and running! :star: Let's check it works:**
1. A _subdomain_ should have been enabled and visible in the project's **IP addressed & Public Routing Overview** box. Its format should look similar to this `https://helloworld-24-8080.prg1.zerops.app`.
2. Click or the `subdomain` URL to open it in a browser and you should see

```
Hello, World!
```
:::tip
Do you have any questions? Check the step-by-step tutorial, browse the documentation and join our **[Discord](https://discord.com/invite/WDvCZ54)** community to get help from our team and other members.
:::
As said, there is no need for coding yet, we have created a [Github repository β†—](https://github.com/zeropsio/recipe-dotnet-hello-world), a **_recipe_**, containing the most simple .NET web application. The repo will be used as a source from which the app will be built.

<CustomCard title="Feel free to deploy the recipe yourself" emoji="πŸš€">
Expand Down

0 comments on commit 4cb0cdd

Please sign in to comment.