Clarify Getting Started Instructions.
This commit is contained in:
parent
f1aedc619e
commit
45f26bb22e
12
README.md
12
README.md
|
@ -20,10 +20,18 @@ Please note that this project is owned by the .NET Foundation and is governed by
|
||||||
**Using Version 5:**
|
**Using Version 5:**
|
||||||
|
|
||||||
- Install **[.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)**.
|
- Install **[.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)**.
|
||||||
|
|
||||||
- Install the latest edition (v17.8 or higher) of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) with the **ASP.NET and web development** workload enabled. Oqtane works with ALL editions of Visual Studio from Community to Enterprise. If you wish to use LocalDB for development ( not a requirement as Oqtane supports SQLite, mySQL, and PostgreSQL ) you must also install the **Data storage and processing**.
|
- Install the latest edition (v17.8 or higher) of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) with the **ASP.NET and web development** workload enabled. Oqtane works with ALL editions of Visual Studio from Community to Enterprise. If you wish to use LocalDB for development ( not a requirement as Oqtane supports SQLite, mySQL, and PostgreSQL ) you must also install the **Data storage and processing**.
|
||||||
|
|
||||||
- clone the Oqtane dev branch source code to your local system. Open the **Oqtane.sln** solution file and Build the solution. Make sure you specify Oqtane.Server as the Startup Project and then Run the application.
|
- clone the Oqtane dev branch source code to your local system.
|
||||||
|
|
||||||
|
- Open the **Oqtane.sln** solution file.
|
||||||
|
|
||||||
|
- **Important:** Build the solution.
|
||||||
|
|
||||||
|
- Make sure you specify Oqtane.Server as the Startup Project
|
||||||
|
|
||||||
|
- Run the application.
|
||||||
|
|
||||||
**Installing an official release:**
|
**Installing an official release:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user