Bayesian ALS Tracking and Phase Evaluation
Project description
Bayesian ALS Tracking and Phase Evaluation
If you would like to try the ALSTracker, we host it at the MPI Dortmund:
https://alstracker.mpi-dortmund.mpg.de/
How to install your own server (Ubuntu)
- Install a linux, e.g. Ubuntu
- Install git
sudo apt install git - Install nginx
sudo apt install nginx - Install supervisorctl
sudo apt install supervisor - Download and unzip mogp model: https://fraenkel.mit.edu/mogp/
- Download and install miniforge
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"bash Miniforge3-$(uname)-$(uname -m).shMINICONDA_DIR=~/miniforge3${MINICONDA_DIR}/bin/conda init- Logout and login again
conda activate alstrackerpip install alstracker
- Clone this repository
git clone https://github.com/MPI-Dortmund/ALSTracker cd ALSTracker- Create a new conda environment
conda env create -f ./conda.yaml
- Adjust the variables
XXX_RUN_DIR_XXX,XXX_MINIFORGE_XXX,XXX_USER_XXX,XXX_GROUP_XXX,XXX_MOGP_PKL_XXXbased on the decisions in the previous steps ingunicorn_start.sh - Adjust the
command,stdout_logfile,uservariables inals_tracker.conf.template - Copy or link the
als_tracker.conf.templateto/etc/supervisor/conf.dsudo ln -s $(realpath als_tracker.conf.template) /etc/supervisor/conf.d/als_tracker.conf
- Start the tracker
sudo supervisorctl start als_tracker
- Adjust the variables
XXX_RUN_DIR_XXX,XXX_LOG_DIR_XXX,XXX_SERVERNAME_XXXin the nginx.template- Make sure that the
XXX_LOG_DIR_XXXdirectory is writable for thewww-datagroup. For example if you chose a directory in your home directory, make sure to allow r/w to the www-data group. (e.g.sudo chgrp www-data .)
- Make sure that the
- Copy or link the
nginx.templateto/etc/nginx/sites-enabledsudo ln -s $(realpath nginx.template) /etc/nginx/sites-enabled/als_tracker.site
- Get a certificate for the SERVERNAME (This should alter your als_tracker.site file)
sudo snap install certbot --classicsudo certbot --nginx
- Restart nginx
sudo systemctl restart nginx
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alstracker-1.4.3.tar.gz
(858.5 kB
view details)
File details
Details for the file alstracker-1.4.3.tar.gz.
File metadata
- Download URL: alstracker-1.4.3.tar.gz
- Upload date:
- Size: 858.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a88213df52459c328ee9618961e4c752a743467c599224c76d2a13bb72831ddb
|
|
| MD5 |
fd651ad9ee1c8829960897a9bb44689b
|
|
| BLAKE2b-256 |
ae77de432d1283f2d00975b80e9cf334523a1d6fb4b901002f2b5ad42da5941a
|