forked from loic-sharma/BaGet
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Using data folder in Docker Changed the docker container, so it is using the /data folder for persisting the packages, symbols and sqlite db file. Can be pulled-out with a single "-v data:/data" to the docker host. * Updated readme.md Updated the readme.md and switched some more BaGet the BaGetter. --------- Co-authored-by: Jeffrey <jm@fairtec.de>
- Loading branch information
Showing
11 changed files
with
68 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Debugging BaGet | ||
# Debugging BaGetter | ||
|
||
!!! warning | ||
This page is a work in progress! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,59 @@ | ||
# BaGetter :baguette_bread: | ||
# BaGetter 🥖🛒 | ||
|
||
![Build status] | ||
|
||
A lightweight [NuGet] and [symbol] server. | ||
BaGetter is a lightweight [NuGet] and [symbol] server, written in C#. | ||
It's forked from [BaGet] for progressive and community driven development. | ||
|
||
<p align="center"> | ||
<img width="100%" src="https://user-images.githubusercontent.com/737941/50140219-d8409700-0258-11e9-94c9-dad24d2b48bb.png"> | ||
</p> | ||
|
||
## Getting Started | ||
![Build status] [![Discord][Discord image]][Discord link] | ||
|
||
## 🚀 Getting Started | ||
With Docker: | ||
1. `docker run -p 5000:8080 -v ./bagetter-data:/data bagetter/bagetter:latest` | ||
2. Browse `http://localhost:5000/` in your browser | ||
|
||
With .NET: | ||
1. Install the [.NET SDK] | ||
2. Download and extract [BaGetter's latest release] | ||
3. Start the service with `dotnet BaGetter.dll` | ||
4. Browse `http://localhost:5000/` in your browser | ||
|
||
For more information, please refer to the [documentation]. | ||
|
||
## Features | ||
## 📦 Features | ||
|
||
* **Cross-platform**: runs on Windows, macOS, and Linux! | ||
* **Cloud native**: supports [Docker], [Azure], [AWS], [Google Cloud], [Alibaba Cloud] | ||
* **Offline support**: [mirror a NuGet server] to speed up builds and enable offline downloads | ||
* **Offline support**: [Mirror a NuGet server] to speed up builds and enable offline downloads | ||
|
||
## 🤝 Contributing | ||
|
||
We welcome contributions! Check out the [Contributing Guide](CONTRIBUTING.md) to get started. | ||
|
||
## 📄 License | ||
|
||
Stay tuned, more features are planned! | ||
This project is licensed under the [MIT License](LICENSE). | ||
|
||
[Build status]: https://img.shields.io/github/actions/workflow/status/loic-sharma/BaGet/.github/workflows/main.yml | ||
## 📞 Contact | ||
|
||
If you have questions, feel free to open an [issue] or join our [Discord Server] for discussions. | ||
|
||
[Build status]: https://img.shields.io/github/actions/workflow/status/bagetter/BaGetter/.github/workflows/main.yml?logo=github&logoColor=fff | ||
[Discord image]: https://img.shields.io/discord/1181167608427450388?logo=discord&logoColor=fff | ||
[Discord link]: https://discord.gg/XsAmm6f2hZ | ||
[Discord Server]: https://discord.gg/XsAmm6f2hZ | ||
|
||
[NuGet]: https://learn.microsoft.com/nuget/what-is-nuget | ||
[symbol]: https://docs.microsoft.com/en-us/windows/desktop/debug/symbol-servers-and-symbol-stores | ||
[.NET SDK]: https://www.microsoft.com/net/download | ||
[Node.js]: https://nodejs.org/ | ||
[Issue]: https://github.com/bagetter/BaGetter/issues | ||
[BaGet]: https://github.com/loic-sharma/BaGet | ||
|
||
[BaGetter's latest release]: https://github.com/bagetter/BaGet/releases | ||
|
||
[Documentation]: https://loic-sharma.github.io/BaGet/ | ||
[Docker]: https://loic-sharma.github.io/BaGet/installation/docker/ | ||
[Azure]: https://loic-sharma.github.io/BaGet/installation/azure/ | ||
[AWS]: https://loic-sharma.github.io/BaGet/installation/aws/ | ||
[Google Cloud]: https://loic-sharma.github.io/BaGet/installation/gcp/ | ||
[Alibaba Cloud]: https://loic-sharma.github.io/BaGet/installation/aliyun/ | ||
[BaGetter's latest release]: https://github.com/bagetter/BaGetter/releases | ||
|
||
[Mirror a NuGet server]: https://loic-sharma.github.io/BaGet/configuration/#enable-read-through-caching | ||
[Documentation]: https://www.bagetter.com/ | ||
[Docker]: https://hub.docker.com/r/bagetter/bagetter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters