Checking in cmd files | first attempt at linking up item service

This commit is contained in:
Brandon Watson
2023-08-13 19:26:45 -05:00
parent fd45b9e0f2
commit 98796d96fd
26 changed files with 1448 additions and 66 deletions

17
server Executable file
View File

@ -0,0 +1,17 @@
#!/usr/bin/env bash
set -e
mkdir -p /tmp/cortex/rule
mkdir -p /tmp/tempo
echo "Starting services..."
GIT_ROOT=$(git rev-parse --show-toplevel)
pushd ${GIT_ROOT}
export HOST_GATEWAY='host-gateway'
overmind start
popd