From 7c7cfab05c8d77baf258aafd77361f37c47ac1a7 Mon Sep 17 00:00:00 2001 From: Sameer Kulkarni Date: Mon, 16 Oct 2023 16:24:39 +0530 Subject: [PATCH] Update README --- README.md | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 61826cd..bc77d66 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,33 @@ -# Github Explorer +# Acorn for a .Net Core sample app - Github Explorer ====== -The web app uses a search form to browse GitHub repositories by name. This sample .NET7 app is part of the official Microsoft Tutorial Documentation on .NET +This is an Acorn for the sample .NET app from the official [Microsoft Tutorial Documentation](https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps?view=aspnetcore-7.0&tabs=login-azure-cli) on .NET. This sample app uses a search form to browse GitHub repositories by name. -Check this link for more details : https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps?view=aspnetcore-7.0&tabs=login-azure-cli +## Deploy the .Net Core App -## Deploy the Flask App +You can deploy the sample web app on the Acorn SaaS Platform with following simple steps. -You can deploy the sample web app on the Acorn SaaS Platform to test the Application. - -### Steps - -1. Login into the Acorn SaaS Platform using the Github Sign-In option with your Github user. -2. You can select the "Create Acorn" option to create new Acorns and deploy your Application. +1. Login to the [Acorn SaaS Platform](https://beta.acorn.io/) using the Github Sign-In option with your Github user. +2. Select the "Create Acorn" option. 3. Choose the source for deploying your Acorns - * Select "From Acorn Image" to deploy the sample Application and select its Image - * Provide any random name such as `web-app` and keeping Project's default Region, type in the below Acorn image and choose Create + * Select "From Acorn Image" to deploy the sample Application + * Provide a name such as `Dot Net Sample Acorn` and keeping Project's default Region, type in the below Acorn image and choose Create ```bash ghcr.io/infracloudio/dotnet-core-acorn:v0.0.1 ``` -4. Now the sample App is provisioned on Acorn SaaS Platform and is available for upto 2hrs. +4. Now the sample App is provisioned on Acorn SaaS Platform and is available for 2hrs. Upgrade to pro account to keep it running longer. 5. Once the Acorn is running, you can access it by clicking the Endpoint or the redirect link. -## Acorn Flask App Details +## Acorn .Net Core App Details The Acorn Dashboard is integrated with multiple features such as Events, Logs, Details and accessing the Shell of the Application. Details include the CPU, Memory, Network, Latency, Requests and Errors for the Application. Explore various available options by clicking the Menu option on your Acorn App. -For more details on using the Acorn Dashboard, check this link - - -## Edit the Acorn Application - -You can edit your Acorn's Image and Advanced Options by selecting the Edit option - -## Remove Acorn Application +For more details on using the Acorn Dashboard, check this link - [https://beta-docs.acorn.io/getting-started#exploring-the-acorn-dashboard](https://beta-docs.acorn.io/getting-started#exploring-the-acorn-dashboard) -To Remove the Acorn, select the Remove option from your Acorn's Menu. +## What next? +After deploying you can edit the Acorn Application or remove it if no longer needed. +1. Click the Edit option to edit your Acorn's Image. Toggle the Advanced Options switch for additional edit options. +2. Remove the Acorn by selecting the Remove option from your Acorn dashboard.