Skip to content

Commit 3d37edb

Browse files
authored
Merge pull request #179 from mapswipe/dev
add docs for project manager creation
2 parents ea21ad5 + 4106c6c commit 3d37edb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/for_mapswipe_managers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,13 @@ Once you submit, the task should appear relatively quickly in the manager dashbo
3232
* If you encounter any error like *the % is not rising anymore in the app*, *the number of mappers is not rising anymore in the app* *firebase functions* might be the reason for this. Check firebase functions logs (Firebase > Functions > Logs) or reach out for help in Slack.
3333

3434

35+
## Becoming a project manager
3536

37+
If you have access to the mapswipe backend server you can grant project manager rights like this:
38+
39+
```bash
40+
docker run --name mapswipe_workers_local -it pythonmapswipeworkers_mapswipe_workers bash`
41+
mapswipe_workers --verbose user-management [email protected] --manager=true
42+
exit
43+
docker rm mapswipe_workers_local
3644

0 commit comments

Comments
 (0)