Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:wger [2024/06/18 13:46] – willy | services:wger [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== WGer ====== | ||
- | |||
- | [[https:// | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | For WGer i will show you a bare-metal installation. | ||
- | |||
- | As usual, let's create the dedicated user: | ||
- | <code bash> | ||
- | useradd -d / | ||
- | </ | ||
- | |||
- | WGer uses Python and Virtual envs, so check out [[gentoo: | ||
- | |||
- | the WGer installation instruction can be found [[https:// | ||
- | <code bash> | ||
- | su - wger | ||
- | mkdir ~/.config | ||
- | mkdir ~/ | ||
- | vi ~/ | ||
- | $ python3 -m venv venv-wger | ||
- | vi venv-wger/ | ||
- | $ source venv-wger/ | ||
- | git clone https:// | ||
- | cd src | ||
- | pip install -r requirements_dev.txt | ||
- | pip install -e . | ||
- | $ wger create-settings | ||
- | $ wger bootstrap | ||
- | $ wger load-online-fixtures | ||
- | |||
- | </ | ||