From 9d875524ecad2eeac18bb044f0096c2879b541e2 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Mon, 20 Oct 2014 20:37:55 +0200 Subject: [PATCH] Support heroku deploy --- README.md | 9 ++++++++- app.json | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 app.json diff --git a/README.md b/README.md index 7c2dfec..5377f21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![cryptalk](/docs/screenshot.png) -Cyptalk is a HTML5/Node.js based encrypted instant chat +Cyptalk is a HTML5/Node.js based, client side (E2EE) encrypted instant chat Features ======== @@ -14,6 +14,12 @@ Features * Notification sounds (mutable) * Native popup notifications * Configurable page title + * Heroku support + +Heroku setup +======== + +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/hexagon/cryptalk) Regular setup @@ -36,6 +42,7 @@ Browse to ```http://localhost:8080``` Done! + Developer setup ======== diff --git a/app.json b/app.json new file mode 100644 index 0000000..5ee0d35 --- /dev/null +++ b/app.json @@ -0,0 +1,11 @@ +{ + "name": "Cryptalk", + "description": "Client side (E2EE) encrypted instant chat", + "keywords": [ + "cryptalk", + "encrypted", + "chat", + "e2ee" + ], + "repository": "https://github.com/Hexagon/cryptalk" +} \ No newline at end of file