Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkan-Yilmaz committed Jun 3, 2016
1 parent 070d6fa commit 18c3be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ make up

*Note: the first time you run this it may take a while as many dependencies are downloaded and images are built from scratch.*

At this point, you should be able to connect your browser to [localhost](http://localhost:80) to see the server webpage. To connect a BOINC client to the server, you need to reroute [www.cosmologyathome.org](http://www.cosmologyathome.org) to [localhost](http://localhost:80) (b/c the server code has it's URL hardcoded). On Linux, this can be done by adding the line `127.0.0.1 www.cosmologyathome.org` to your `/etc/hosts` file. Then connect BOINC to [www.cosmologyathome.org](http://www.cosmologyathome.org) as usual.
At this point, you should be able to connect your browser to [localhost](http://localhost:80) to see the server webpage. To connect a BOINC client to the server, you need to reroute [www.cosmologyathome.org](http://www.cosmologyathome.org) to [localhost](http://localhost:80) (b/c the server code has its URL hardcoded). On Linux, this can be done by adding the line `127.0.0.1 www.cosmologyathome.org` to your `/etc/hosts` file. Then connect BOINC to [www.cosmologyathome.org](http://www.cosmologyathome.org) as usual.

For more detailed documentation on how the server works, see the [Design Overview](docs/overview.md).

0 comments on commit 18c3be5

Please sign in to comment.