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:
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 vi venv-wger/pyvenv.cfg # <<-- set include-system-site-packages to true! vi ~/.bashrc # <<-- add path PATH=$PATH:/deposito/daemons/wger/.local/bin $ source venv-wger/bin/activate git clone https://github.com/wger-project/wger.git src cd src pip install -r requirements_dev.txt pip install psycopg2-binary pip install -e . $ wger create-settings $ wger bootstrap $ wger load-online-fixtures