Skip to content

Latest commit

 

History

History
 
 

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Server

  1. To set up, run
bundle install

Fix dependencies if needed. Sometimes for Mac it's neccessary to install eventmachine separately, like this

gem install eventmachine -v '1.0.4' -- --with-cppflags=-I/usr/local/opt/openssl/include --use-system-libraries
  1. Install rubythemis
gem install rubythemis
  1. Start server
ruby server.rb
  1. Start mobile clients