Giter Club home page Giter Club logo

wger's Introduction

Thank you for downloading wger Workout Manager. wger is a free, open source web application that manages your exercises and personal workouts, weight and diet plans. It can also be used as a simple gym management utility, providing different administrative roles (trainer, manager, etc.). It offers a REST API as well, for easy integration with other projects and tools.

It is written with python/django and uses jQuery and some D3js for charts.

For more details and a live system, refer to the project's site: https://wger.de/

Installation

These are the basic steps to install and run the application locally on a linux system. For more detailed instructions and other deployment options, consult https://wger.de/software/code

Development version (from git)

Note: You can safely install from master, it is almost always in a usable and stable state.

  1. Install the necessary packages and their dependencies in a virtualenv
$ sudo apt-get install python-dev python-virtualenv
$ virtualenv venv-django
$ source venv-django/bin/activate
  1. Start the application. This will create a SQlite database and populate it with data on the first run.
$ git clone https://github.com/rolandgeider/wger.git
$ cd wger
$ pip install -r requirements.txt  # or requirements_devel.txt to develop
$ python start.py

# After the first run you can just use django's development server
$ python manage.py runserver
  1. Log in as: admin, password admin

Stable version (from PyPI)

  1. Install the necessary packages and their dependencies in a virtualenv
$ sudo apt-get install python-dev python-virtualenv
$ virtualenv venv-django
$ source venv-django/bin/activate
$ pip install wger
  1. Start the application. This will create a SQlite database and populate it with data on the first run
$ wger
  1. Log in as: admin, password admin

Command line options

The available options for the wger command (if installed from PyPI) or start.py (if installed from source) are the following

Usage: main.py [options]

Run wger Workout Manager using django's builtin server

Options:
 -h, --help            show this help message and exit
 -a ADDRESS, --address=ADDRESS
                       IP Address to listen on.
 -p PORT, --port=PORT  Port to listen on.
 --syncdb              Update/create database before starting the server.
 --reset-admin         Make sure the user 'admin' exists and uses 'admin' as
                       password.
 -s SETTINGS, --settings=SETTINGS
                       Path to the wger configuration file.
 --no-reload           Do not reload the development server.
 --version             Show version and exit.
 --show-config         Show configuration paths and exit.

Contact

Feel free to contact us if you found this useful or if there was something that didn't behave as you expected (in this case you can also open a ticket on the issue tracker).

Sources

All the code and the content is freely available:

Licence

The application is licenced under the Affero GNU General Public License 3 or later (AGPL 3+).

The initial exercise and ingredient data is licensed additionally under a Creative Commons Attribution Share-Alike 3.0 (CC-BY-SA 3.0)

Some images where taken from Wikipedia, see the SOURCES file in their respective folders for more details.

wger's People

Contributors

dashdrum avatar helenst avatar rolandgeider avatar seanhussey avatar tushar-gupta avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.