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
8 years ago
luccioman
47d486298f
Merged changes from master.
8 years ago
luccioman
0c327d0a93
Moved variables configuration at the right place.
...
If running "heroku config:set" before git initialization, --app appname
option has to be explicitely passed.
8 years ago
luccioman
25cb470e21
Added a message tracing yacy.init eventual customization
8 years ago
reger
774b3906a9
fix GenericFormatter.parse ("time","timeoffset")
...
change: UTC offset internally expected in minutes
8 years ago
reger
27163af0e1
improve detection of referenced links by taking http and https link protocol
...
into account
+ correct query start detection of commit f89d4eb51d
8 years ago
reger
aed44e31ca
fix fr.lng typo in submenuRanking.template
8 years ago
reger
f89d4eb51d
fix MultiProtocolURL init (assign of host) for urls with '/' in query part
...
+ add to test case
8 years ago
reger
163d0cc3cf
correct renamed ConfigAdvanced_p.html -> ConfigProperties_p.html in fr and sk.lng
8 years ago
Burkhard
929147b16f
Merge pull request #62 from luccioman/french_translation
...
Updated french translation for some pages
8 years ago
reger
87fcfc6d78
Adjusted hash computation and toNormalform for file:// protocol to deliver
...
same hash same file on Windows filesystem path with forward- and backslash in path.
Background see http://mantis.tokeek.de/view.php?id=671
+Test case
8 years ago
luccioman
31941f1a5e
Updated french translation for some pages
...
Used Translator_p.html editor and updated french translation for the 8
first files displayed in the combobox.
8 years ago
reger
f0f38a4a94
put Autocrawl_p.html to master.lng.xlf
8 years ago
luccioman
fda2676980
Reverted initial log level modified for debugging on Heroku
8 years ago
luccioman
7dd23aa7d4
Set 'Deploy to Docker Cloud' url repo parameter to main yacy repo.
8 years ago
luccioman
b1345d92d2
Fixed relative Markdown links
8 years ago
luccioman
e3d90fd1ca
Removed unnecessary variables for local heroku run
8 years ago
luccioman
3db732aded
Added Heroku markdown documentation.
8 years ago
luccioman
4beded760f
Updated ConfigBasic.html translation.
8 years ago
luccioman
15853a5402
Added important log limit options to upgrade procedure example.
8 years ago
luccioman
d6bf90803f
Merged from maain master branch.
8 years ago
luccioman
9b9c112263
Handle more propertly local port configuration by system property
...
And prefixed property with "net.yacy" to avoid ambiguity.
8 years ago
reger
41d845285d
add missing text for ConfigBasic.html to master.lng.xlf
8 years ago
reger
a952787712
adjust opensearchdescription to return url with protocol it was call on
...
fix http://mantis.tokeek.de/view.php?id=669
8 years ago
reger
360b38d9b6
fix CookieTest_p parameter from ResponseHeader to RequestHeader
8 years ago
reger
3811184abd
fix GSA servlet clientIP retrival
8 years ago
reger
7ab41d4ff1
use directories original lastmodified date in file- & smbloader in response
8 years ago
luccioman
87858536e4
Set deploy buttons in one place
8 years ago
luccioman
a11a64bbde
Added a more detailed description for MAVEN_CUSTOM_OPTS
8 years ago
luccioman
e5369ee69a
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.
8 years ago
luccioman
fa11475d02
Handle more properly missing .git directory
...
Made use of maven profiles.
8 years ago
luccioman
76cf7dea2d
Fixed inconsistent port check on ConfigBasic
8 years ago
reger
708bcbb042
one more replacement to use cached hosthash vs. calculated
8 years ago
luccioman
efd62b0a07
Possibility to override some yacy.init properties at maven build
...
It is convenient with Heroky to be able to configure staticIP, http port
and admin initial password at maven build.
8 years ago
luccioman
a5b0601184
Local port is set by Heroku, but public port is 80.
8 years ago
reger
7b226afc33
fix HostQueueTest - changed open parameter
8 years ago
luccioman
46284c2590
Revert : Not possible to start on port 80
8 years ago
luccioman
ab45ce0f53
Try running on port 80 to be in senior mode on Heroku
8 years ago
luccioman
fe0090f734
Now try to run again on Heroku in p2p mode
8 years ago
luccioman
b57a06d88e
Let Heroku decide which http port to use
8 years ago
luccioman
66fea8add1
Reverted maven version specification
...
This was not the cause of build failure.
8 years ago
luccioman
0c7f6b8b4e
Set log level to FINE to have more details
8 years ago
luccioman
c63dca1708
Experiment on Heroku starting in Intranet mode as default
8 years ago
luccioman
2278519197
Added PORT env variable for heroku
8 years ago
luccioman
48c2b31833
Merge branch 'heroku' of
...
https://github.com/luccioman/yacy_search_server.git into heroku
Conflicts:
libbuild/GitRevMavenTask/src/GitRevMavenTask.java
8 years ago
luccioman
343638d98e
Prevent build failing when .git is missing
8 years ago
luccioman
858dd4d80f
Prevent build failing when .git is missing
8 years ago
luccioman
7ecc64aca3
Added a system config file for heroku.
...
Explicitely set maven version to the same version of Debian Jessie, as
build on herolu dashboard with maven 3.3.9 fails.
8 years ago
reger
22db449f2a
to prevent crawler to concurrently access and alter same crawl queue
...
after restart, put hosthash in queue's filename (which is used as primary
key for crawl queue. Hint: initial hosthash from url and recalculated hosthash
from just hostname:port are not the same.
fixes http://mantis.tokeek.de/view.php?id=668 (partially)
8 years ago
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
8 years ago