Skip to content

sandialabs/sync-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synchronic Web Services

Monorepo for the Synchronic journal compose stack plus two web UIs:

  • explorer for browsing/editing journal content
  • workbench for developer-oriented journal queries

Quick Start

Run the compose stack (journal + nginx interface + local explorer/workbench builds):

SECRET=password PORT=8192 ./tests/up-compose.sh

Run with local Lisp sources for the journal bootstrap:

LOCAL_LISP_PATH=/absolute/path/to/lisp SECRET=password PORT=8192 ./tests/up-compose.sh

Run automated smoke validation (up, verify, down):

./tests/smoke-compose.sh

Smoke validation with local Lisp override:

LOCAL_LISP_PATH=/absolute/path/to/lisp ./tests/smoke-compose.sh

Bring down the base compose stack manually:

docker compose -f compose/general/docker-compose.yml down -v

Documentation Map

About

Synchronic Web Services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors