Skip to content

Commit 1fb88f7

Browse files
committed
fixed _some_ of @genesisrefinedllc's corrections from #6 discussion
1 parent 40d3516 commit 1fb88f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/download_installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ You either need Java or Docker.
1111

1212
### On Linux, Windows and macOS
1313

14-
Because YaCy requires Java, first download and install Java (>= Java 11) from [https://adoptium.net/](https://adoptium.net/). On Linux use your supported plattform like ```dnf``` or ```apt-get```
14+
Because YaCy requires Java, first download and install Java (>= Java 11) from [https://adoptium.net/](https://adoptium.net/). On Linux use your supported platform like ```dnf``` or ```apt-get```
1515

1616
### With Docker
1717

18-
If you run YaCy with Docker you don't need to install Java on your system, it's all contained in the Coder Container.
19-
If you don't hava Docker installed, get it from [https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/) (for macOS, Windows and Linux) or read the instructions from [https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/](https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/) to install Docker on Raspberry Pi or other ARM-based devices.
18+
If you run YaCy with Docker you don't need to install Java on your system, it's all contained in the Docker Container.
19+
If you don't have Docker installed, get it from [https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/) (for macOS, Windows and Linux) or read the instructions from [https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/](https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/) to install Docker on Raspberry Pi or other ARM-based devices.
2020

2121

2222
## Download
@@ -86,15 +86,15 @@ cd yacy
8686
* Double-click the downloaded `.dmg`-file and copy the Yacy.app to the "Application" folder.
8787
* To run YaCy, just double-click the YaCy app icon in your "Application" folder.
8888

89-
The Macintosh application does not store it's index within the application folder (like the linux version does); instead the index is written to `~/Library/Application\ Support/net.yacy.YaCy/DATA/`. If you want to migrate YaCy index on Mac you don't need to do anything, the new YaCy version simply takes the same location again.
89+
The Macintosh application does not store its index within the application folder (like the linux version does); instead the index is written to `~/Library/Application\ Support/net.yacy.YaCy/DATA/`. If you want to migrate YaCy index on Mac you don't need to do anything, the new YaCy version simply takes the same location again.
9090

9191
### Any OS with Java >= 11
9292
Automatic development builds can be obtained from
9393
[https://release.yacy.net/](https://release.yacy.net/).
9494

9595
### Docker ###
9696

97-
Running YaCy in docker is easy. If you don't have docker installed, get it from [https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/) (for Mac, Windows and Linux) or read the instructions from [https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/](https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/) to install docker on Raspberry Pi or any other ARM-based devices.
97+
Running YaCy in Docker is easy. If you don't have docker installed, get it from [https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/) (for Mac, Windows and Linux) or read the instructions from [https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/](https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/) to install Docker on Raspberry Pi or any other ARM-based devices.
9898

9999
The Official YaCy Images are hosted on Dockerhub at [https://hub.docker.com/r/yacy/yacy_search_server](https://hub.docker.com/r/yacy/yacy_search_server)
100100

@@ -104,7 +104,7 @@ We provide amd64, arm64v8 and arm32v7 versions with the following tags:
104104
* arm64v8: `yacy/yacy_search_server:aarch64-latest`
105105
* arm32v7: `yacy/yacy_search_server:armv7-latest`
106106

107-
i.e. to install YaCy in intel-based environments, run:
107+
i.e., to install YaCy in intel-based environments, run:
108108

109109
```
110110
docker run -d --name yacy_search_server -p 8090:8090 -p 8443:8443 -v yacy_search_server_data:/opt/yacy_search_server/DATA --restart unless-stopped --log-opt max-size=200m --log-opt max-file=2 yacy/yacy_search_server:latest
@@ -155,7 +155,7 @@ This will mount the data volume from the upgraded yacy instance.
155155
When all works,
156156

157157
* YaCy is now running on port 8090 on your machine. Open [http://localhost:8090](http://localhost:8090) in your web browser.
158-
* No password is required when accessing this YaCy instance from localhost. Howwever if you access your peer from another host, the default password for the account `admin` is `yacy`.
158+
* No password is required when accessing this YaCy instance from localhost. However if you access your peer from another host, the default password for the account `admin` is `yacy`.
159159

160160
You should always set a new admin password!
161161

0 commit comments

Comments
 (0)