https://github.com/koompi/kcs-content-manager
https://github.com/koompi/kcs-content-manager
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/koompi/kcs-content-manager
- Owner: koompi
- License: mit
- Created: 2022-10-29T10:32:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T03:56:30.000Z (over 3 years ago)
- Last Synced: 2025-06-07T05:08:44.050Z (about 1 year ago)
- Language: Rust
- Size: 8.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kcs-content-manager
## How to run
with cargo run
```bash
git clone https://github.com/koompi/kcs-content-manager
cd kcs-content-manager
cargo run *path_to_settings.toml*
```
with binary
```bash
git clone https://github.com/koompi/kcs-content-manager
cd kcs-content-manager/bin/
chmod +x kcs-content-manager
./kcs-content-manager *path_to_settings.toml*
```
## SETTINGS.TOML
see settings.toml.bk
## Documentations
see [KOOMPI Content Server Content Manager Documentation](https://github.com/koompi/lcs-docs/tree/main/content-manager-api)