mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 12:53:31 +02:00
RethinkDB advice.
This commit is contained in:
@@ -164,6 +164,8 @@ If you don't have RethinkDB set up yet, to start it up, go to the folder where y
|
||||
rethinkdb
|
||||
```
|
||||
|
||||
_Note: if it takes a long time for RethinkDB to start up, you may be running into [rethinkdb/rethinkdb#4600](https://github.com/rethinkdb/rethinkdb/issues/4600) (or [rethinkdb/rethinkdb#6047](https://github.com/rethinkdb/rethinkdb/issues/6047)). This usually happens on macOS Sierra. To fix this on macOS, first run `scutil --get HostName` to check if the HostName variable is unset. RethinkDB needs it to generate a server name for your instance. If you find that it's empty, running `sudo scutil --set HostName $(hostname)` has been confirmed to fix the issue on at least one occasion. See the issues for more complete solutions._
|
||||
|
||||
You should now have RethinkDB running locally. Running the command again in the same folder will reuse the data from the previous session.
|
||||
|
||||
You're now ready to start up STF itself:
|
||||
|
||||
Reference in New Issue
Block a user