reqlite icon indicating copy to clipboard operation
reqlite copied to clipboard

Provide more detailed install/usage instructions

Open rclai opened this issue 9 years ago • 3 comments

Right now it doesn't seem like it's in NPM right now right?

So I'm guessing we're supposed to just git clone it right?

rclai avatar May 23 '15 18:05 rclai

Thanks

I just reserved the npm package :) You need to clone for now, I'll start releasing the npm package once I'm done with the heavy lifting (which is more or less the case already).

I also added a binary You can start it with ./bin/reqlite :)

neumino avatar May 24 '15 00:05 neumino

I tried npm install -g reqlite but when running reqlite it just says

info: Server got SIGINT from pid 0, uid 0; shutting down...
info: Shutting down client connections...
info: All client connections closed.
info: Shutting down storage engine... (This may take a while if you had a lot of unflushed data in the writeback cache.)
info: Storage engine shut down.

freak4pc avatar Jul 06 '15 16:07 freak4pc

Oh, it was needed doing --port-offset 1 so it won't collide with RDB.

freak4pc avatar Jul 06 '15 16:07 freak4pc