Skip to content

An example demonstrating how to build and run Rustici Engine as a Docker container

Notifications You must be signed in to change notification settings

donalmacanri/rustici-engine-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

An example demonstrating how to build and run Rustici Engine as a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published