From e5369ee69ac5a2cc6a7de7067dad272b6a23297e Mon Sep 17 00:00:00 2001 From: luccioman Date: Fri, 8 Jul 2016 01:33:47 +0200 Subject: Added a one-click deploy button for Heroku Transformed main YaCy readme from mediawiki to Markdown format for better support on GitHub and easier deploy buttons integration. --- app.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 app.json (limited to 'app.json') diff --git a/app.json b/app.json new file mode 100755 index 000000000..90a9b03c6 --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "YaCy", + "description": "Decentralized Web Search", + "keywords": [ + "yacy", + "search", + "p2p", + "decentralized", + "java" + ], + "website": "http://yacy.net", + "repository": "https://github.com/yacy/yacy_search_server", + "logo": "http://yacy.net/material/YaCyLogo2011.svg", + "env": { + "MAVEN_CUSTOM_OPTS": { + "description": "Custom options required for maven build (to run YaCy in senior mode, please set -Dyacy.staticIP=your_app_name.herokuapp.com)", + "value": "-f libbuild/pom.xml -DskipTests=true -Dyacy.port=80 -Dyacy.admin.passwd=MD5:1029a0355adffb6378ceed9936ca9be4" + } + } +} \ No newline at end of file -- cgit v1.2.3