Commit Graph

6 Commits

Author SHA1 Message Date
luc
a6bf44f4f7 Simplified Heroku variables configuration
- Having well defined variables is more readable than configuring
everything in MAVEN_CUSTOM_OPTS
- Do not provide a default admin password value : people deploying on
Heroku for testing or demonstration purpose would likely forget to
customize this password, which would be a security flaw
- reduce Heroku specific impacts on existing pom.xml
2016-07-28 02:04:51 +02:00
luccioman
9b9c112263 Handle more propertly local port configuration by system property
And prefixed property with "net.yacy" to avoid ambiguity.
2016-07-12 01:53:01 +02:00
luccioman
46284c2590 Revert : Not possible to start on port 80 2016-07-06 23:35:12 +02:00
luccioman
ab45ce0f53 Try running on port 80 to be in senior mode on Heroku 2016-07-06 22:33:24 +02:00
luccioman
b57a06d88e Let Heroku decide which http port to use 2016-07-06 22:14:40 +02:00
luccioman
68f6419255 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
2016-07-05 22:49:40 +02:00