Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 757 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 757 Bytes

Prerequisites

The following tools are required:

Getting started

  • Retrieve the latest binary release of Rustici Engine and unzip it into the rustici-engine directory:

     curl <rustici_engine_release_url> | unzip -d ./rustici-engine/engine-release/
    
  • First time setup: Initialize the database and install Rustici Engine:

     COMPOSE_PROFILES=install tilt up
    
  • For subsequent runs, start the development environment:

     tilt up
    

    This will start Rustici Engine, PostgreSQL database, and the My LMS application.

    The services will be available at: