Tag: digitalocean
-
Get Started with DigitalOcean using ASP.NET: Chapter 4 Installing Entity Framework
We will now install Entity Framework Core for PostgreSQL. The reason we are choosing PostgreSQL is because we can create a managed database in DigitalOcean platform. We will also install Entity Framework Core Design for creating database migrations. We will use the following commands to install it: Make sure you install the packages compatible with…
-
Get Started with DigitalOcean using ASP.NET: Chapter 3 Creating a DigitalOcean App
Creating a DigitalOcean account is just like signing up on any normal website. You can use your Google account, GitHub account or simply your email address. Or you can use my referral link for getting $200 free credits for 2 months. Click here to Sign Up. Once we are in, we will create a DigitalOcean…
-
Get Started with DigitalOcean using ASP.NET: Chapter 2 Creating a GitHub Repository
We are assuming that you already have a GitHub account. We would make a GitHub repository for our project and name it whatever we like. Once repository is created, we will follow the steps from the second portion which is for pushing an existing repository. We will only copy and paste the first and second…
-
Get Started with DigitalOcean using ASP.NET: Chapter 1 Creating a Minimal API ASP.NET Project
For this book, we will be using Microsoft Visual Studio 2022 Community Edition. We will begin by creating a new project in Visual Studio of type ASP.NET Core Web API On the next page, we will choose .NET 6 (as it has long term support) and uncheck the box of “Use Controllers” to continue with…
-
How to move Docker to attached volume in DigitalOcean?
How to move Docker installation to the separately attached volume in DigitalOcean?
-
Setup Elasticsearch and Kibana (ELK) Stack on Docker
How to setup Elasticsearch with Kibana on Docker?
-
How to Map subdomain to DigitalOcean Droplet?
How to map a subdomain to DigitalOcean droplet IP?
-
How to upload to DigitalOcean & Amazon S3 Spaces using Flutter?
For many of the app developers, you may not use your server for storage purposes where you make your API calls. It could be because the storage is expensive, the load on the server would be more when you would like to stream videos or you are using a server less (functions) technology. For such…
-
How to install ERPNext on Ubuntu 20.04
If you are a non-techy or do not want the headache, I can offer to install it for you. You can just put a comment on this post or reach me out on Twitter at @ghulamostafa. For ERPNext REST API calls please click here. ERPNext is a free, open-source ERP system written in the Frappe…