Skip to content

enisn/AbpEnvSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbpEnvSetup

Environment Setup for ABP Framework only for Windows.

Prerequisites

  • Powershell
  • winget (installed by default)
  • Virtualization Enabled in BIOS (Hyper-V) or WSL2 (For docker setup)

Getting Started

  1. Clone the repository
  2. Run the install-all script in the terminal.
    powershell.exe ./install-all.ps1

Optional Parameters

  • If you want to install docker, pass -docker parameter to the script.
powershell.exe ./install-all.ps1 -docker

Programs Installed

  • VS Code

  • .NET 8.0 SDK

  • .NET 9.0 SDK

  • NodeJS

  • Yarn

  • SqlServer 2022 Express (for LocalDB support)

  • mkcert

  • Docker Desktop (optional - pass -docker parameter to the script.)

  • .NET Tools

    • dotnet-ef

Troubleshooting

Execution Policy

If you get an error about the execution policy, you can run the following command to change the execution policy.

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

Winget not installed

If winget isn't installed on your system, you can install it by running the install-winget.ps1 script.

powershell.exe ./install-winget

It's installed by default in regular windows distros but sandbox or virtual machines.

About

ABP Environment Setup for Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors