diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-07-05 22:49:40 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-07-05 22:49:40 +0200 |
| commit | 68f6419255fd1bd15894d68cfc0a9ff29a8cf7ea (patch) | |
| tree | 4f75fa2a042536c24a9eaad611fd803d0710eaa8 /Procfile | |
| parent | f35587d6f6b00a263a491c4e6bb0db7dc60e98a3 (diff) | |
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
Diffstat (limited to 'Procfile')
| -rwxr-xr-x | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100755 index 000000000..c80972424 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: java $JAVA_OPTS -classpath target/classes:lib/* net.yacy.yacy
\ No newline at end of file |
