1
0
mirror of https://github.com/geerlingguy/ansible-for-devops.git synced 2024-05-19 06:50:03 +00:00

Fixed incorrect port number

This commit is contained in:
Barisi Kane
2018-01-04 11:34:26 +00:00
parent d5029c73cd
commit 2a7578a844

View File

@@ -30,7 +30,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
### 3 - Configure your host machine to access the VM.
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.66.66 solr.test` so you can connect to the VM.
2. Open your browser and access [http://solr.test:8080/solr/](http://solr.test:8080/solr).
2. Open your browser and access [http://solr.test:8983/solr/](http://solr.test:8983/solr).
## Notes