You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/tutorials.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
# Tutorials
2
2
For each project type there should be at least one tutorial. Tutorials are similar to actual projects. To display the tutorial we will use the same design and screens as if a user would map for real.
3
3
4
+
## Deploy tutorials to Firebase Database from Docker
5
+
You can upload tutorial data to Firebase like this:
6
+
7
+
```bash
8
+
docker run --name mapswipe_workers_local -it pythonmapswipeworkers_mapswipe_workers bash`
0 commit comments