396 B
396 B
CLINE Documentation
Development cycle
-
Start services in the background (ignore if already running):
# 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
-
Make code modifications
-
Run tests with
rake