Skip to content

biel-wro/simbad-monorepo

Repository files navigation

Simbad Monorepo

Repo with all Simbad components added as submodules

Project Documentation

Updating submodules to latest

git submodule foreach git pull origin master
git add .
git commit -m "Update submodules"
git push

Running simulation

Clone the project:

git clone https://github.com/JakubSokolowski/simbad-monorepo.git --recurse-submodules 
cd simbad-monorepo

Running dev version (build Dockerfiles from source):

In project root folder:

docker-compose -f docker/build-docker-compose.yml build
docker-compose -f docker/prod-docker-compose.yml up

Go to http://localhost:8080/#/examples/simulation-pipeline

Running prod version (build Dockerfiles docker hub and local tags):

In project root folder:

docker-compose -f docker/prod-docker-compose.yml up

Go to http://localhost:8080/#/examples/simulation-pipeline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published