Aye-Aye Sleep Monitoring Project: Data Server Code
This project is currently inactive. If you are interested in contributing to this project, please contact Engineers for Exploration at e4e@ucsd.edu.
${HOME}/.cache/ASMDataServer/asm_server.log
.
sudo ./install.sh
-p
flag to specify the absolute path to the desired interpreter. For example, sudo ./install.sh -p /usr/bin/python3.7
. If this is done, it may also be necessary to specify the install location of the runServer.py
script using the -r
flag, for example, sudo ./install.sh -p /home/asm-data/anaconda/envs/asm_dep/bin/python3 -r /home/asm-data/anaconda/envs/asm_dep/scripts/runServer.py
sudo service asm_server restart
/var/log/asm_server.log
.asm_config.yaml
configuration file:
/usr/local/etc/ASMDataServer/asm_config.yaml
'${HOME}/.config/ASMDataServer/asm_config.yaml
${CWD}