No description
  • Python 97.4%
  • Shell 2.6%
Find a file
2025-04-08 22:36:24 +02:00
core Update core to redirect as it is not proerly functioning 2025-04-08 22:36:24 +02:00
test Add fcns in filenmae tests 2024-07-14 01:58:24 +02:00
.gitignore Update core to redirect as it is not proerly functioning 2025-04-08 22:36:24 +02:00
README.md Add startup scripts 2025-01-04 10:24:54 +01:00
setup_env.sh Move reactor data into csv database, add date picker 2024-07-15 03:09:48 +02:00
setup_launchdaemon.md Add startup scripts 2025-01-04 10:24:54 +01:00
start_core.sh Add startup scripts 2025-01-04 10:24:54 +01:00
startcore.plist Add startup scripts 2025-01-04 10:24:54 +01:00

Core

Start

tmux new-session -d -s 'core-dev' 'cd /Users/turtle/projects/tools/core-dev/core && source /Users/turtle/.zshrc && conda activate core-env && python3 main.py'

Old

screen -S core
cd ~/projects/tools/core-dev/core && conda activate core-env && python3 main.py

sudo chown root /Users/turtle/projects/tools/core-dev/startcore.plist

sudo ln -s /Users/turtle/projects/tools/core-dev/startcore.plist /Library/LaunchAgents/startcore.plist sudo launchctl load /Library/LaunchAgents/startcore.plist

Commando in plist

tmux new-session -d -s 'core-dev' 'sleep 1; cd /Users/turtle/projects/tools/core-dev/core && source /Users/turtle/.zshrc && conda activate core-env && python3 main.py; sleep 1'