@ -41,120 +45,52 @@ mode in the web interface. You can also opt-out from the network in individual s
turning the use of YaCy a completely privacy-aware tool - in this operation mode search
results are computed from the local index only.
## License
This project is available as open source under the terms of the GPL 2.0 or later. However, some elements are being licensed under GNU Lesser General Public License. For accurate information, please check individual files. As well as for accurate information regarding copyrights.
The (GPLv2+) source code used to build YaCy is distributed with the package (in /source and /htroot).
Use virtualization software like VirtualBox or VMware.
To start YaCy, run
The following container technologies can deploy locally, on remote machines you own, or in the 'cloud' using a provider by clicking "Deploy" at the top of the page:
```
./startYACY.sh
```
### Docker
The administration interface is then available in your web browser at `http://localhost:8090`.
Some of the web pages are protected and need an administration account; these pages are usually
also available without a password from the localhost, but remote access needs a log-in.
The default admin account name is `admin` and the default password is `yacy`.
Please change it after installation using the ``http://<server-address>:8090/ConfigAccounts_p.html`` service.
More details in the [docker/Readme.md](docker/Readme.md).
Stop YaCy on the console with
```
./stopYACY.sh
```
### [Heroku](https://www.heroku.com/)
### Run YaCy using Docker
PaaS (Platform as a service)
More details in [Heroku.md](Heroku.md).
The Official YaCy Image is `yacy/yacy_search_server:latest`. It is hosted on Dockerhub at [https://hub.docker.com/r/yacy/yacy_search_server](https://hub.docker.com/r/yacy/yacy_search_server)
## Port 8090 is bad, people are not allowed to access that port
resulting tar.gz with YaCy package will be located in RELEASE/ directory.
Move it into desired location and unpack with:
```
tar zfvx yacy_v1.version_release_number_different_each_time.tar.gz
```
## APIs and attaching software
YaCy has many built-in interfaces, and they are all based on HTTP/XML and
@ -208,6 +114,11 @@ You can also use the shell script provided in the /bin subdirectory.
The shell scripts also call the YaCy web interface. By cloning some of those
scripts you can easily create more shell API access methods.
## License
This project is available as open source under the terms of the GPL 2.0 or later. However, some elements are being licensed under GNU Lesser General Public License. For accurate information, please check individual files. As well as for accurate information regarding copyrights.
The (GPLv2+) source code used to build YaCy is distributed with the package (in /source and /htroot).
## Contact
[Visit the international YaCy forum](https://community.searchlab.eu)