Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.33 KB

File metadata and controls

49 lines (35 loc) · 2.33 KB

BaGet 🥖

Build status Discord Twitter

A lightweight NuGet and Symbol server.

Getting Started

  1. Install .NET Core SDK
  2. Download and extract BaGet's latest release
  3. Start the service with dotnet BaGet.dll
  4. Browse http://localhost:5000/ in your browser

For more information, please refer to our documentation.

Features

Stay tuned, more features are planned!

Develop

  1. Install .NET Core SDK and Node.js
  2. Run git clone https://github.com/loic-sharma/BaGet.git
  3. Navigate to .\BaGet\src\BaGet
  4. Navigate to ..\BaGet
  5. Start the service with dotnet run
  6. Open the URL http://localhost:5000/v3/index.json in your browser

Mutli Architecture Docker Image Build

  1. Run git clone https://github.com/loic-sharma/BaGet.git
  2. Navigate to project folder
  3. Run docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
  4. Run docker buildx create --name multiarch --driver docker-container --use
  5. Run docker buildx inspect --bootstrap
  6. Run docker buildx build --progress plain --platform linux/amd64,linux/arm64 -t registry/repo:tag --push .