Change github project URL

The code was moved to an organisation, the URLs were changed to reflect this
change.
This commit is contained in:
Roland Geider
2016-05-24 23:54:32 +02:00
parent fb3114213b
commit d0a4ac1342
41 changed files with 168 additions and 168 deletions

View File

@@ -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 \

View File

@@ -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

View File

@@ -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