Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

haadcode/orbit-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED!

orbit-server

Server for OrbitDB. A simple wrapper for Redis. Requires redis server to run at locahost:<redis port>

Run

npm install
export REDIS_PASSWORD=<redis auth password>
export REDIS_PORT=<redis port>
npm start

Test

npm test

Deploy

Requires Vagrant to deploy

Open Vagrantfile and set Redis' password and port and your Digital Ocean token.

Run:

vagrant up orbit-server
vagrant ssh orbit-server
screen -r

TODO

  • Metrics

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published