Skip to content

kshramt/evidence_based_scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evidence Based Scheduling

ci

This is a TODO application, which offers the following features:

Usage

TAG=latest-linux-amd64 _POSTGRES_PASSWORD=postgres_password _POSTGRES_APP_USER_PASSWORD=postgres_app_user_password scripts/launch.sh

Development

MY_HOST_PGDATA=./pgdata1 _POSTGRES_PASSWORD=postgres_password _POSTGRES_APP_USER_PASSWORD=postgres_app_user_password docker compose -f compose.yaml -f compose.dev.yaml up --build
BROWSER=none npx -w client vite dev --port 3122
# LOCALHOST=host.docker.internal BROWSER=none npx -w client vite dev --port 3122
xdg-open http://localhost:3122

Bazel

mkdir -p ~/.cache/bazel ~/.cache/bazelisk

DevContainer

Please share / to run the devcontainer on macOS ( https://docs.docker.com/desktop/settings/mac/#file-sharing ).

Please run the following commands for the first run.

$ sudo chown <you>:<you> ~/.cache
$ sudo chown <you>:<you> ~/.cargo