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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,17 @@ Mozilla Sync Storage built with [Rust](https://rust-lang.org).
29
29
- MySQL 5.7 (or compatible)
30
30
-\* libmysqlclient (`brew install mysql` on macOS, `apt-get install libmysqlclient-dev` on Ubuntu)
31
31
-[Go](https://golang.org/doc/install)
32
+
- Cmake
33
+
- Pkg-config
34
+
- Openssl
32
35
33
36
Depending on your OS, you may also need to install `libgrpcdev`, and `protobuf-compiler-grpc`.
34
37
35
38
## Local Setup
36
39
37
40
1. Follow the instructions below to use either MySQL or Spanner as your DB.
38
41
2. Now `cp config/local.example.toml config/local.toml`. Open `config/local.toml` and make sure you have the desired settings configured. For a complete list of available configuration options, check out [docs/config.md](docs/config.md).
39
-
3.`make run-local` starts the server in debug mode, using your new `local.toml` file for config options. Or, simply `cargo run` with your own config options provided as env vars.
42
+
3.`make run_local` starts the server in debug mode, using your new `local.toml` file for config options. Or, simply `cargo run` with your own config options provided as env vars.
40
43
4. Visit `http://localhost:8000/__heartbeat__` to make sure the server is running.
0 commit comments