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
pull/61/head
luccioman 8 years ago
parent f35587d6f6
commit 68f6419255

@ -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

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