Compare commits

..

No commits in common. "dff84f3df0bbb08609f5d3a77f8b7dbe08261034" and "467399c81b2a531b4126fd935d7c1748500c5400" have entirely different histories.

View File

@ -1,6 +1,6 @@
# MapGuesser # MapGuesser
[![Build Status](https://ci.esoko.eu/job/mapguesser/job/develop/badge/icon)](https://ci.esoko.eu/job/mapguesser/job/develop/) [![Build Status](https://jenkins.e5tv.hu/job/mapguesser/job/develop/badge/icon)](https://jenkins.e5tv.hu/job/mapguesser/job/develop/)
This is the MapGuesser Application project. This is a game about guessing where you are based on a street view panorama - inspired by existing applications. This is the MapGuesser Application project. This is a game about guessing where you are based on a street view panorama - inspired by existing applications.
@ -80,7 +80,7 @@ docker compose up -d
**And you are done!** The application is ready to use. You can create the first administrative user with the following command after attaching to the `app` container: **And you are done!** The application is ready to use. You can create the first administrative user with the following command after attaching to the `app` container:
``` ```
./mapg user:add EMAIL USERNAME PASSWORD admin ./mapg user:add EMAIL PASSWORD admin
``` ```
## Development ## Development