diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-07-08 01:33:47 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-07-08 01:33:47 +0200 |
| commit | e5369ee69ac5a2cc6a7de7067dad272b6a23297e (patch) | |
| tree | a8f44451829e5216e021e24060c773dd1acbfaf1 /app.json | |
| parent | fa11475d02f6ba822629ea1d6aa19b99f6e1fadf (diff) | |
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.
Diffstat (limited to 'app.json')
| -rwxr-xr-x | app.json | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
