Files
ubicloud/CLINE.md
shikharbhardwaj 1cdef39cbe Add fuzz tester
2025-07-07 23:39:15 +05:30

23 lines
396 B
Markdown

# CLINE Documentation
## Development cycle
1. Start services in the background (ignore if already running):
```sh
# postgres
postgres -D $PGDATA
# victoria-metrics
victoria-metrics -storageDataPath var/victoria-metrics-data
# Web UI
bundle exec rackup
# API
bundle exec puma -C config/puma.rb
```
2. Make code modifications
3. Run tests with `rake`