Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 546 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 546 Bytes

README

Pre-requisites

Ruby 2.7.x, yarn

Getting started

$ ruby --version
# ruby 2.7.x

$ git clone https://github.com/ivplus/aggregator.git
$ cd aggregator

$ bin/setup

$ bin/rails console
# Running via Spring preloader in process 96719
# Loading development environment (Rails 6.0.3.3)
# irb(main):001:0>

Creating a local admin user

$ bin/rails agg:create_admin

Misc

  • How to run the test suite
  • Services (job queues, cache servers, search engines, etc.)
  • Deployment instructions