Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
Add instructions for consistent start-up
  • Loading branch information
mesemus authored and Andrew Woods committed Oct 5, 2015
1 parent 0c6e9a1 commit 9d284d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -60,6 +60,15 @@ Edit the file **Vagrantfile**, find the lines:
```
and un-comment the **config.vm.box\_url** line, save the file and retry.

#### Port 9080 (reindexing service) unavailable after vagrant up

It might happen that during the first `vagrant up` the reindexing service is not installed and the port 9080 is inaccessible (try `telnet localhost 9080`). To fix this run `vagrant provision` and check again. If it still does not work, install the services manually:
```
vagrant ssh
cd /opt/karaf/bin
./client </vagrant/install_scripts/fedora_camel_toolbox.script

This comment has been minimized.

Copy link
@ruebot

ruebot Oct 5, 2015

Should that < be there after ./client?

This comment has been minimized.

Copy link
@awoods

awoods Oct 5, 2015

Yes, it is piping the script file into the client utility.
Is that what you are asking?

This comment has been minimized.

Copy link
@ruebot

ruebot Oct 5, 2015

Oh! Carry on 😄

```

## Windows Troubleshooting

If you receive errors involving `\r` (end of line):
Expand Down

0 comments on commit 9d284d7

Please sign in to comment.