Commit Graph

32 Commits

Author SHA1 Message Date
unknown
4a55bb7515 Add distMacApp task to Gradle build script
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-27 20:30:09 +01:00
reger24
bec019049e Updated Readme "Compiling YaCy:" to reflect move to gradle 2022-01-26 14:42:09 +01:00
Daleth Darko
2954997027 Typos, spelling, and grammar in README.md 2022-01-26 10:47:13 +01:00
Burkhard
242745f622
Updated "To start developing YaCy in Eclipse:"
to reflect the change to Gradle
2022-01-26 08:52:57 +01:00
reger24
475e1c7907 Fix build error for IntelliJ after fake sourceSet htroot has been add ( dfc7a23e60 )
commit dfc7a23e60  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-25 13:18:02 +01:00
Burkhard
459dfae4c0
add: To start developing YaCy in IntelliJ IDEA 2022-01-25 12:07:52 +01:00
reger24
2e177661c9 Implement creation of legacy distribution archive in Gradle
- 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-22 06:27:14 +01:00
Burkhard
46cb485e3e
Update README.md
removed the obsolete "Build with Maven" paragraph
2022-01-18 11:45:43 +01:00
Lina Ceballos
139b5a4033 improving license info in README 2021-03-11 12:23:53 +01:00
Daniel Gray
dea5875b2f Fix formatting errors in the README file 2020-02-10 18:51:27 -04:00
Allan Nordhøy
9abc25d71e
README reworked 2020-02-06 14:49:31 +01:00
Michael Christen
3a46b07603 fixed many links to old forum, now https://searchlab.eu 2019-06-15 11:43:27 +02:00
Michael Christen
7f7ed6278e updated compilation with eclipse and links to forum 2019-06-15 11:25:12 +02:00
luccioman
e830c2945d
Added Readme links to Gitter and Matrix rooms
Fixes issue #268
2019-01-30 19:09:21 +01:00
Agnel Vishal
c8ad904123 Grammar change (#258)
Grammar change to Readme APIs section
2018-12-07 21:15:05 +01:00
luccioman
43d86be37b
Added a link to YaCy Gitter chat room in Readme
As suggested by PR #159 and reminded by @ivanhercaz in issue #247
2018-11-13 17:50:29 +01:00
Elias Ojala
4a126881bb
Improved formatting of markdown 2018-11-05 09:27:17 +02:00
luccioman
a9e054ac06 Removed Docker Cloud deploy button as service will soon be shut down
See Docker notification at
http://success.docker.com/article/cloud-migration
2018-04-18 09:18:49 +02:00
JeremyRand
dea856c854
Fix some typos in the README. 2018-01-26 04:34:31 +00:00
Ronald Eddy Jr
97dff48abf Update HTTP -> HTTPS in README.md
URLs were updated to use HTTPS protocol in README.md.
2017-11-23 00:54:36 -08:00
luccioman
c1c4174816 Updated Java version information on Readme 2017-10-18 14:17:06 +02:00
luccioman
a545523ab9 Added a Travis build status image to Readme 2017-10-09 14:25:43 +02:00
reger
bdadbda5fa Update master lng file with added text in Settings_ServerAccess
remove outdated file entry in fr.lng & sk.lng
2017-03-21 01:16:16 +01:00
reger
c55d526cb8 Add hint how to build with maven (for the first time) to readme 2017-03-20 02:33:21 +01:00
Ivar Vasara
cfd21aaa10 Update README.md - removes deprecated URL 2017-01-25 20:36:48 -08:00
sudheesh001
d97da1ddb7 Fixes #16 Updates documentation about cloning and build from source 2016-10-27 17:00:08 +03:00
luccioman
24a071e114 Updated compiling section in Readme 2016-09-14 09:31:45 +02:00
luccioman
7dd23aa7d4 Set 'Deploy to Docker Cloud' url repo parameter to main yacy repo. 2016-07-13 01:34:26 +02:00
luccioman
b1345d92d2 Fixed relative Markdown links 2016-07-13 01:15:25 +02:00
luccioman
3db732aded Added Heroku markdown documentation. 2016-07-13 01:06:33 +02:00
luccioman
87858536e4 Set deploy buttons in one place 2016-07-08 02:04:38 +02:00
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.
2016-07-08 01:33:47 +02:00