Skip to content

Start FastoNoSQL\FastoRedis on remote servers

Alexandr edited this page Dec 11, 2017 · 3 revisions

SSH (but better to use native ssh connection settings SSH connection):

copy package:

scp fastoredis-1.12.1-x86_64-a06bc0b.tar.gz alex@sshhost:/tmp

login to remote server via ssh protocol

ssh -X alex@sshhost

extract sources

tar -xvf /tmp/fastoredis-1.12.1-x86_64-a06bc0b.tar.gz

start application

./fastoredis-1.12.1-x86_64-a06bc0b/opt/fastoredis/bin/fastoredis

Clone this wiki locally