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
Andreas
b8713fa01a
Upload .gitignore from original rep - 3nd try
8 years ago
Andreas
f887ca9b10
Add files via upload
8 years ago
Andreas
76cc809f2a
Upload .gitignore from original rep
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
luccioman
f35587d6f6
Ignore maven build repositories
8 years ago
reger
2cc4e56010
upd to Solr 5.5.2
8 years ago
Orbiter
50c5ddf1a1
Merge pull request #56 from luccioman/LibreJS
...
LibreJS compliance : YaCy JavaScript license information
8 years ago
Orbiter
c9ec0d0311
Merge pull request #55 from luccioman/docker
...
Improve Docker image security, size and reliability
8 years ago
Orbiter
82f40aefb5
Merge pull request #47 from reelsense/patch-2
...
Distilled sentence - ConfigNetwork_p
8 years ago
Michael Peter Christen
9175e92cd4
new development cycle
8 years ago
Michael Peter Christen
bb8d03bdac
release 1.90
8 years ago
Michael Peter Christen
634e48309b
another peer list update
8 years ago
Michael Peter Christen
7466d390b2
small refactoring + do not accept too old peers during bootstrap
8 years ago
reger
fcc29c36f0
test case for HostBalancer issue in intranet mode
...
with file:// protocol, 2 hostqueues accessing same cache file concurrently
http://mantis.tokeek.de/view.php?id=668
Reason seems to be diff. hosthash key of hostqueues on reopen.
Internal queue key and external representation (directoryname currently hostname.port) must be adjusted to fix it (not done yet).
8 years ago