mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Replace further appearances of twitter with mastodon
This commit is contained in:
@@ -14,9 +14,9 @@ didn't behave as you expected. We can't fix what we don't know about, so please
|
||||
report liberally. If you're not sure if something is a bug or not, feel free to
|
||||
file a bug anyway.
|
||||
|
||||
* discord: <https://discord.gg/rPWFv6W>
|
||||
* issue tracker: <https://github.com/wger-project/wger/issues>
|
||||
* twitter: <https://twitter.com/wger_project>
|
||||
* Discord: <https://discord.gg/rPWFv6W>
|
||||
* Issue tracker: <https://github.com/wger-project/wger/issues>
|
||||
* Mastodon: <https://fosstodon.org/@wger>
|
||||
|
||||
Sources
|
||||
-------
|
||||
|
||||
@@ -5,7 +5,6 @@ you manage your personal workouts, weight and diet plans and can also be used
|
||||
as a simple gym management utility. It offers a REST API as well, for easy
|
||||
integration with other projects and tools.
|
||||
|
||||
|
||||
Please note that this image will overwrite your data when you pull a new version,
|
||||
it is only intended as an easy to setup demo. If you want to host your own
|
||||
instance, take a look at the provided docker compose file. That config will
|
||||
@@ -20,7 +19,6 @@ This docker image contains an instance of the application running as a WSGI
|
||||
process under apache with a sqlite database. It is useful to just try it out and
|
||||
play around. To start it:
|
||||
|
||||
|
||||
```docker run -ti --name wger.demo --publish 8000:80 wger/demo```
|
||||
|
||||
Then just open <http://localhost:8000> and log in as: **admin**, password **adminadmin**
|
||||
@@ -51,9 +49,9 @@ didn't behave as you expected. We can't fix what we don't know about, so please
|
||||
report liberally. If you're not sure if something is a bug or not, feel free to
|
||||
file a bug anyway.
|
||||
|
||||
* discord: <https://discord.gg/rPWFv6W>
|
||||
* issue tracker: <https://github.com/wger-project/wger/issues>
|
||||
* twitter: <https://twitter.com/wger_project>
|
||||
* Discord: <https://discord.gg/rPWFv6W>
|
||||
* Issue tracker: <https://github.com/wger-project/wger/issues>
|
||||
* Mastodon: <https://fosstodon.org/@wger>
|
||||
|
||||
Sources
|
||||
-------
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Development image for wger
|
||||
|
||||
wger (ˈvɛɡɐ) Workout Manager is a free, open source web application that help
|
||||
you manage your personal workouts, weight and diet plans and can also be used
|
||||
as a simple gym management utility. It offers a REST API as well, for easy
|
||||
@@ -9,8 +10,6 @@ host your own instance, take a look at the provided docker compose file:
|
||||
|
||||
<https://github.com/wger-project/docker>
|
||||
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
This docker image is meant to provide a quick development environment using
|
||||
@@ -22,7 +21,6 @@ A more comfortable development version is provided in the compose folder.
|
||||
|
||||
### 1 - Start the container
|
||||
|
||||
|
||||
docker run -ti \
|
||||
-v /path/to/your/wger/checkout:/home/wger/src \
|
||||
--name wger.devel \
|
||||
@@ -66,7 +64,6 @@ project root!
|
||||
|
||||
```docker build -f extras/docker/development/Dockerfile --tag wger/server .```
|
||||
|
||||
|
||||
## Contact
|
||||
|
||||
Feel free to contact us if you found this useful or if there was something that
|
||||
@@ -74,9 +71,9 @@ didn't behave as you expected. We can't fix what we don't know about, so please
|
||||
report liberally. If you're not sure if something is a bug or not, feel free to
|
||||
file a bug anyway.
|
||||
|
||||
* discord: <https://discord.gg/rPWFv6W>
|
||||
* issue tracker: <https://github.com/wger-project/wger/issues>
|
||||
* twitter: <https://twitter.com/wger_project>
|
||||
* Discord: <https://discord.gg/rPWFv6W>
|
||||
* Issue tracker: <https://github.com/wger-project/wger/issues>
|
||||
* Mastodon: <https://fosstodon.org/@wger>
|
||||
|
||||
## Sources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user