Simple Ruby server powered by Sinatra working out-of-the-box with Ember-deploy
Just deploy this repository to your favorite provider, set two environment variables and follow instructions on ember-deploy
APP
- Application name, used as namespace, needs to be the same as in ember-deployREDIS_URL
- URL where is Redis running, together with your credentials
It's very minimal application, it's just serving html content from Redis, so it's possible to host it for free on Heroku with RedisToGo plugin (free). To keep using https certificate provided by Heroku on your domain or subdomain, just use Cloudflare and point '@' as a CNAME to your Heroku app.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request