Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.43 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.43 KB
Noelware logo

🐻‍❄️📦 charted-server by Noelware, LLC.

Free, open, and reliable Helm chart registry made in Rust.


charted-server is a free and open platform to help host, test, and build Helm charts all over the world to your side projects to enterprise uses. We built this platform to help run Helm registries that are reslilient and easily being maintainable.

Installation

Locally from source

Required Tools / Prerequisites:

  • Rust
  • Git
  • 20GB of storage
  • 2GB of system RAM

To clone the repository, you can use the git pull command:

# HTTPS
$ git pull https://github.com/charted-dev/charted

# SSH
$ git pull [email protected]:charted-dev/charted

Once you cloned the repository, you can cd into it and run:

$ cargo dev cli

This will build the charted CLI in debug mode. To run the CLI, you can use:

$ cargo dev cli -- -h

This will run the actual CLI, to run the server, you will need to use this instead:

$ cargo dev server

License

charted-server is released under the Apache 2.0 License with love and care by the Noelware team!