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
@@ -34,7 +35,7 @@ add these two below lines and save, then `source ~.profile` from terminal:
34
35
-[For Debian](https://docs.docker.com/engine/install/debian/). you can install both the latest or a specific version of docker
35
36
- I needed to add the current user to the docker group and logout/login. `sudo groupadd docker` and `sudo usermod -aG docker ${USER}`. For more, check the [post-install steps](https://docs.docker.com/engine/install/linux-postinstall/)
36
37
37
-
### Setup codes (To be updated)
38
+
### Deployment setup (To be updated)
38
39
```
39
40
cd Documents/ # optional path
40
41
git clone https://github.com/OpenFogStack/tinyFaaS.git # get tinyfaas
-`java -jar GeoFaaSServer.jar Berlin 1 production false` params: the broker id, number of listening requests before exit, running mode, and debug mode
91
+
-`java -jar GeoFaaSServer.jar Berlin 1 production false` params: the broker id, number of listening requests before shutdown, running mode, and debug mode
91
92
- Run Cloud
92
-
-Run Client (if any?)
93
+
-Start Clients and enjoy!
93
94
94
95
## Development tools
95
96
- Drawing lat:long tool [ 1 (w/ radius on map)](https://www.freemaptools.com/radius-around-point.htm), [2](http://bboxfinder.com), and [3 (GeoJSON)](https://geojson.io/)
0 commit comments