Skip to content

Update README.md #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,23 @@ Make sure the config toml is at the right location and valid.
docker run -d -p 8080:8080 --name ares -v $(pwd)/config.toml:/etc/ares.toml dutchcoders/ares
```

Now you can navigate to http://wikipedia.lvh.me:8080/. If you want all results to be written to Elasticsearch, don't forget to setup the Elasticsearch cluster.

### Installation from Source

If you do not have a working Golang (1.7) environment setup please follow Golang Installation Guide.
If you do not have a working Golang (1.7) environment setup please follow [Golang Installation Guide](https://golang.org/doc/install).

```
$ cd `go env GOROOT`
$ mkdir -p src/github.com/dutchcoders/
$ cd src/github.com/dutchcoders/
$ git clone https://github.com/dutchcoders/ares.git
$ cd ares
$ cp config.toml.sample config.toml
$ go run main.go -c config.toml
```

Now you can navigate to http://wikipedia.lvh.me:8080/. If you want all results to be written to Elasticsearch, don't forget to setup the Elasticsearch cluster.

## Features

* realtime 1 to 1 of original site
Expand Down