How to install dotnet-architecture/eShopOnWeb. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
dotnet-architecture/eShopOnWeb Installation Guide
How to install dotnet-architecture/eShopOnWeb. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for dotnet-architecture/eShopOnWeb. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i dotnet-architecture/eShopOnWebor
Install via npx
npx @hexmos/ipm i dotnet-architecture/eShopOnWebPrerequisites
Visual Studio
build_toolVersion: latest.0.0.0
dotnet
build_toolVersion: 8.0.100
Azure SDK for .NET
system_packageVersion: latest.0.0.0
Docker
system_toolVersion: latest.0.0.0
SQL Server
system_packageVersion: latest.0.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Compose
docker-compose build
docker-compose upEF Core Database Migration
dotnet restore
dotnet ef database update -c catalogcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj -o Data/Migrations
dotnet ef database update -c appidentitydbcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj -o Identity/MigrationsAzure Developer CLI (azd)
azd auth login
azd init -t dotnet-architecture/eShopOnWebLocal Development
dotnet run --launch-profile WebInstall AzD CLI
curl -fsSL https://aka.ms/install-azd.sh | bashEF Core Database Migration (Local)
dotnet restore
dotnet ef database update -c catalogcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj -o Data/Migrations
dotnet ef database update -c appidentitydbcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj -o Identity/MigrationsPost Installation Steps
- Open your browser and navigate to http://localhost:5001/ to view the home page.
- To access the admin panel, go to http://localhost:5001/admin.
