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.