Skip to content

ninoslavmilenovic/peer_together

Repository files navigation

PeerTogether

Build Status

P2P RTC Service

Development

~$ git clone [email protected]:pythogorian/peer_together.git
~$ cd peer_together
# make sure you are using ruby 2.1.1
peer_together$ export PT_SECRET_KEY_BASE="<at least 30 characters and all random>"
peer_together$ bundle install --path vendor/bundle
peer_together$ cp config/database.yml.example config/database.yml
# configure database connection in config/database.yml
peer_together$ bundle exec rake db:migrate
peer_together$ bundle exec rake db:seed
peer_together$ bundle exec rake db:test:prepare
peer_together$ bundle exec rspec
# all tests should pass
peer_together$ foreman start
# point your web browser to http://localhost:3000/

Copyright

Copyright (c) 2014 Ninoslav Milenović

See LICENSE.txt for details.

About

P2P RTC Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published