mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Change github project URL
The code was moved to an organisation, the URLs were changed to reflect this change.
This commit is contained in:
@@ -11,7 +11,7 @@ First, create a virtual environment::
|
||||
Get the code and 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
|
||||
$ git clone https://github.com/wger-project/wger.git
|
||||
$ cd wger
|
||||
$ pip install -r requirements_devel.txt
|
||||
$ invoke create_settings \
|
||||
|
||||
@@ -13,7 +13,7 @@ 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://github.com/rolandgeider/wger
|
||||
https://github.com/wger-project/wger
|
||||
|
||||
|
||||
This documentation is intended for developers and administrators of the software.
|
||||
@@ -50,14 +50,14 @@ issue tracker).
|
||||
* **mailing list:** https://groups.google.com/group/wger / wger@googlegroups.com,
|
||||
no registration needed
|
||||
* **IRC:** channel #wger on freenode.net, webchat: http://webchat.freenode.net/?channels=wger
|
||||
* **issue tracker:** https://github.com/rolandgeider/wger/issues
|
||||
* **issue tracker:** https://github.com/wger-project/wger/issues
|
||||
|
||||
|
||||
Sources
|
||||
-------
|
||||
|
||||
All the code and the content is freely available and is hosted on github:
|
||||
https://github.com/rolandgeider/wger
|
||||
https://github.com/wger-project/wger
|
||||
|
||||
|
||||
Licence
|
||||
|
||||
@@ -108,7 +108,7 @@ be writeable as well::
|
||||
|
||||
Get the application::
|
||||
|
||||
git clone https://github.com/rolandgeider/wger.git /home/wger/src
|
||||
git clone https://github.com/wger-project/wger.git /home/wger/src
|
||||
cd /home/wger/src
|
||||
npm install bower
|
||||
pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user