Added Heroku config files

- .env : environment variables to build and run YaCy with Heroku
- Procfile : command line used to start YaCy with Heroku
Tested with heroku local
This commit is contained in:
luccioman 2016-07-05 22:49:40 +02:00
parent f35587d6f6
commit 68f6419255
2 changed files with 3 additions and 0 deletions

2
.env Executable file
View File

@ -0,0 +1,2 @@
MAVEN_CUSTOM_OPTS=-f libbuild/pom.xml
JAVA_OPTS=-server -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djsse.enableSNIExtension=false

1
Procfile Executable file
View File

@ -0,0 +1 @@
web: java $JAVA_OPTS -classpath target/classes:lib/* net.yacy.yacy