/streampusher-api

api backend for streampusher

Primary LanguageRuby

streampusher rails app

build status

dev environment

system dependencies:

You can use docker machine on windows/osx.

You probably want to add your user to the docker group if you haven't already:

$ sudo usermod -aG docker myuser

Run streampusher with docker

run script/setup to install gems and create database

$ ./script/setup

run app with docker-compose

$ ./script/app