Brent Barbata

Results 4 comments of Brent Barbata

Here's my attempt to start RethinkDB as a proxy node using systemd in Ubuntu 16.04. Feel free to add to it... 1. Install RethinkDB per usual outlined in the [documentation](https://rethinkdb.com/docs/install/ubuntu/)....

@atris sure. In [this file](https://github.com/rethinkdb/docs/blob/master/4-admin/sharding-and-replication.md), right?

https://github.com/rethinkdb/rethinkdb-ts

Just to color this in a little more. | Command | Outcome | |----------------------------------------|:--------:| | `bun --hot src/index.tsx` | ❌ | | `bun src/index.tsx` | ❌ | | `NODE_ENV=production bun...