https://github.com/brglng/conda-hoster
A simple self-hosting conda channel service
https://github.com/brglng/conda-hoster
Last synced: 3 months ago
JSON representation
A simple self-hosting conda channel service
- Host: GitHub
- URL: https://github.com/brglng/conda-hoster
- Owner: brglng
- Created: 2020-08-10T03:22:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T05:04:04.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T06:11:32.947Z (5 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conda-hoster
A simple self-hosting conda channel service.
# Build
cargo build
# Install
cargo install --path .
# Run
cargo run
or after installation:
conda-hoster
# Configuration
After first run, a configuration file is generated at
`~/.config/conda-hoster/config.toml`. It is straightforward and easy to edit.