Skip to content

Commit b3ac871

Browse files
authored
minor Update README.md
1 parent daec968 commit b3ac871

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ Under the hood it leverages the Distributed [Geobroker](https://github.com/Moewe
77
## Remote server setup
88
An editor instead of `vi`? Helix or NeoVim! , and `tmux` for remote administrations. Plus `bat`, a better `cat`!
99
```
10-
sudo apt update && sudo apt install -y neovim libavutil-dev tmux bat git-core make zip htop # the last 3 are dependencies
10+
sudo apt update && sudo apt install -y neovim tmux bat htop
1111
```
12-
### `java`
12+
java and other dependencies
1313
```
14-
sudo apt install default-jdk
14+
sudo apt install -y default-jdk libavutil-dev git-core make zip
1515
```
1616

1717
### Golang 1.20.6
18+
That's the version we used and tested
1819
```
1920
mkdir ~/src && cd ~/src
2021
wget https://go.dev/dl/go1.20.6.linux-arm64.tar.gz #for raspberries
@@ -34,7 +35,7 @@ add these two below lines and save, then `source ~.profile` from terminal:
3435
- [For Debian](https://docs.docker.com/engine/install/debian/). you can install both the latest or a specific version of docker
3536
- 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/)
3637

37-
### Setup codes (To be updated)
38+
### Deployment setup (To be updated)
3839
```
3940
cd Documents/ # optional path
4041
git clone https://github.com/OpenFogStack/tinyFaaS.git # get tinyfaas
@@ -87,9 +88,9 @@ messageProcessors = 2
8788
- `./scripts/upload.sh "test/fns/sieve-of-eratosthenes" "sieve" "nodejs" 1`
8889
- `./scripts/upload.sh "test/fns/echo-js" "echo" "nodejs" 1`
8990
- Run Corresponding GeoFaaS Edge (non-optional)
90-
- `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
9192
- Run Cloud
92-
- Run Client (if any?)
93+
- Start Clients and enjoy!
9394

9495
## Development tools
9596
- 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

Comments
 (0)