This is an old revision of the document!
WGer
WGer is a self-hosted workout tracker.
Installation
For WGer i will show you a bare-metal installation.
As usual, let's create the dedicated user:
useradd -d /data/daemons/wger -m wger
WGer uses Python and Virtual envs, so check out PIP on Gentoo to understand what i am doing here, and create the pip.conf specified in that page.
the WGer installation instruction can be found here: <code bash> su - wger mkdir ~/.config mkdir ~/.config/pip vi ~/.config/pip/pip.conf # «– fill this up as indicated in the link above $ python3 -m venv venv-wger $ source venv-wger/bin/activate