2024-05-31 13:26:24 -07:00
2024-05-31 13:26:24 -07:00
2024-05-07 15:38:59 -07:00
2024-05-15 15:57:27 -07:00
wip
2024-05-10 10:07:50 -07:00
2024-05-07 15:38:59 -07:00
2024-05-31 13:26:24 -07:00

Overview

TODO diagram

TODO Style notes

  • NO package init() functions
  • Dynamic behaviour must be explicit

cross-compile server on host, run it in container

  1. build server on host

    GOOS=linux GOARCH=arm64 go build
    
  2. build docker image

    docker build -t server-image .
    
  3. Start container with shared directory

    docker run -it \
           -v   /Users/hohn/work-gh/mrva/mrvacommander:/mrva/mrvacommander \
           server-image
    
  4. Run server in container

    cd /mrva/mrvacommander/cmd/server/ && ./server
    
Description
No description provided
Readme Apache-2.0 1.2 GiB
Languages
Go 47.7%
Jupyter Notebook 21.2%
Python 17.4%
CSS 6.3%
Dockerfile 3.6%
Other 3.7%