summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-07-10We migrate to JDK 17Michael Peter Christen
This is a hard requirement to be able to migrate to a more recent jetty version, which may happen sometime soon.
2026-01-01fixed windows installer; updated download path for java installerMichael Peter Christen
2024-11-24added hint in README to install Ivy from archived updatesite.Michael Peter Christen
2023-10-29added a link to docker build guideokybaca
2023-10-20added required build tools installationMichael Christen
2023-09-30removed wiki links and added more shields badgesMichael Peter Christen
2023-09-30added screenshotsMichael Peter Christen
2023-09-26small remaining changes in readmeMichael Peter Christen
2023-09-26new development on-boarding process in eclipse with changes for ivyMichael Peter Christen
2023-08-31Migrated from java 8 to java 11. This step is required to upgrade certain ↵Michael Peter Christen
packages, most important solr which will be migrated from 8.9 to 9.x
2023-05-02added link to faq and more ant build instructions to READMEokybaca
2023-03-07replace Travis CI badge with GitHub CI badgeJoel Strasser
Replaces Travis CI build status badge with the one from the GitHub workflow
2023-02-11link to english wikiokybaca
2023-02-03Add install linkLilith Orion Hafner
2023-01-29quick and dirty fix for Video LinkFrank Tornack
https://github.com/yacy/yacy_search_server/issues/549
2022-08-24README: fix typosRoman Riabenko
2022-07-10remove gradle build systemThomas Koch
I'm about to make changes to the ant build that require to also be done to the gradle build. However there is no active developer for gradle in the YaCy project right now. The motivation to introduce gradle was primarily to manage dependencies and not commit them to git anymore. This has been solved by using ivy. Additionally, there were (to my understanding) still open tasks to be completed for the gradle migration, e.g. the Windows build. I came to YaCy with the intention of packaging it for Debian. It is currently not feasible use gradle in Debian: "If you have a choice, we recommend to use a different build system like Ant or Maven which are better supported in Debian and are more stable when it comes to Debian Java packaging." -- https://wiki.debian.org/Java/Packaging/Gradle It seems Fedora has completely given up on packaging gradle. The last activity seems to be from 2017: https://bugzilla.redhat.com/show_bug.cgi?id=1191535 This commit also shows how many files are necessary for gradle while ant just needs build.xml and ivy.xml. It is also ironic that gradle was introduced here to get rid of binary files in Git (jars) but apparently gradle itself needs jar files in the repo to work.
2022-02-03Merge branch 'master' of git@github.com:yacy/yacy_search_server.gitMichael Peter Christen
2022-02-03changed link to new forum locationMichael Peter Christen
2022-02-01Some Gradle build script cleanupreger24
- added multiproject in libbuild to compile and install all needed jars (reproduceing old maven build) - adjusted GitComInf (use a project version, build script with less hardcoded strings) - adjusted J7Zip-modified - include common version number for output jar - add task installJarToRoot to copy output jar to yacycore /lib - adjust main build with updated jar names as files are the same - updated also old build.xml And the Eclipse specific .classpath (with shall be deleted until complete move to gradle)
2022-01-29Updade Readme.md with hint no need for user to download Gradleunknown
as we use gradle-wrapper (gradlew) which downloads needed archives automtically if not pesent.
2022-01-27Add distMacApp task to Gradle build scriptunknown
I'm not a MAC user so I'd to do it blind ! but now it's migrated from Ant an can be fine tuned.
2022-01-26Updated Readme "Compiling YaCy:" to reflect move to gradlereger24
2022-01-26Typos, spelling, and grammar in README.mdDaleth Darko
2022-01-26Updated "To start developing YaCy in Eclipse:" Burkhard
to reflect the change to Gradle
2022-01-25Fix build error for IntelliJ after fake sourceSet htroot has been add ( ↵reger24
https://github.com/yacy/yacy_search_server/pull/443/commits/dfc7a23e603eb2bf2466d4ae69553e530191b1df ) commit https://github.com/yacy/yacy_search_server/pull/443/commits/dfc7a23e603eb2bf2466d4ae69553e530191b1df uncomments the fake additional Gradle sourceSet (to make htroot in IDE visible), resulting in build error in IntelliJ IDEA if one uses just the IDE build button (and the old Ant build.xml is not available ... what is to expect soon). This button runs as to expect the default Gradle task > Task :htrootClasses (not our task compileHtrootServlets) result : htroot\processing\domaingraph\applet\domaingraph.java:1: error: package processing.core does not exist import processing.core.*; import traer.physics.*; import traer.animation.*; import processing.net.*; import java.applet.*; import java.awt.*; import java.awt.image.*; import java.awt.event.*; import java.io.*; import java.net.*; import java.text.*; import java.util.*; import java.util.zip.*; public class domaingraph extends PApplet {// Domain visualization graph for YaCy
2022-01-25add: To start developing YaCy in IntelliJ IDEABurkhard
2022-01-22Implement creation of legacy distribution archive in Gradlereger24
- Gradle task to execute "packageDist" - this will create *.tar.gz and *.zip archive - with legacy file name convention - archive is created in build/distributions - for the libbuild J7Zip-modified.jar use fallback as file dependency in lib as Gradle/Groovy use internal just the classes from subprojects with result that in above no jar is included in lib but a bunch of *.class files - added also the option to publish J7Zip-modified.jar to mavenLocal() repo.
2022-01-18Update README.mdBurkhard
removed the obsolete "Build with Maven" paragraph
2021-03-11improving license info in READMELina Ceballos
2020-02-10Fix formatting errors in the README fileDaniel Gray
2020-02-06README reworkedAllan Nordhøy
2019-06-15fixed many links to old forum, now https://searchlab.euMichael Christen
2019-06-15updated compilation with eclipse and links to forumMichael Christen
2019-01-30Added Readme links to Gitter and Matrix roomsluccioman
Fixes issue #268
2018-12-07Grammar change (#258)Agnel Vishal
Grammar change to Readme APIs section
2018-11-13Added a link to YaCy Gitter chat room in Readmeluccioman
As suggested by PR #159 and reminded by @ivanhercaz in issue #247
2018-11-05Improved formatting of markdownElias Ojala
2018-04-18Removed Docker Cloud deploy button as service will soon be shut downluccioman
See Docker notification at http://success.docker.com/article/cloud-migration
2018-01-26Fix some typos in the README.JeremyRand
2017-11-23Update HTTP -> HTTPS in README.mdRonald Eddy Jr
URLs were updated to use HTTPS protocol in README.md.
2017-10-18Updated Java version information on Readmeluccioman
2017-10-09Added a Travis build status image to Readmeluccioman
2017-03-21Update master lng file with added text in Settings_ServerAccessreger
remove outdated file entry in fr.lng & sk.lng
2017-03-20Add hint how to build with maven (for the first time) to readmereger
2017-01-25Update README.md - removes deprecated URLIvar Vasara
2016-10-27Fixes #16 Updates documentation about cloning and build from sourcesudheesh001
2016-09-14Updated compiling section in Readmeluccioman
2016-07-13Set 'Deploy to Docker Cloud' url repo parameter to main yacy repo.luccioman
2016-07-13Fixed relative Markdown links luccioman