Skip to content

Commit

Permalink
Support heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Oct 20, 2014
1 parent af79206 commit 9d87552
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
========
Expand All @@ -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
Expand All @@ -36,6 +42,7 @@ Browse to ```http://localhost:8080```

Done!


Developer setup
========

Expand Down
11 changes: 11 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Cryptalk",
"description": "Client side (E2EE) encrypted instant chat",
"keywords": [
"cryptalk",
"encrypted",
"chat",
"e2ee"
],
"repository": "https://github.com/Hexagon/cryptalk"
}

0 comments on commit 9d87552

Please sign in to comment.