This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/nutch.git
commit 46f9c7c33191e5d8792459b0d2ec672a08b2ff74 Author: Sebastian Nagel <[email protected]> AuthorDate: Thu Apr 20 11:06:02 2017 +0200 fix markdown syntax --- docker/cassandra/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/cassandra/README.md b/docker/cassandra/README.md index 3eb0a6b..5ec1c53 100644 --- a/docker/cassandra/README.md +++ b/docker/cassandra/README.md @@ -5,7 +5,7 @@ This project contains 3 Docker containers running Apache Nutch 2.x configured wi This is project is fully operational but its still experimental, any feedback, suggestions should be directed to [email protected] and contribution(s) will be highly appreciated! -#Usage +# Usage 1. Build the images and start the containers " NOTE: for Mac OS running boot2docker, Please read the Notes section Below ". @@ -38,7 +38,7 @@ root@9ec43c388769:/opt/nutch# ./bin/crawl testUrls test_crawl 3 ``` -##NOTES: +## Notes Nutch 2.x Container name : NUTCH01 @@ -47,7 +47,7 @@ Cassandra Container name : CASS01 Cassandra installed with OpsCenter -##MAC OSx notes +## MAC OSx Notes - you need to mount data folders to your VirtualMachine to be able to get persistent data every time you run this application. - You might need to install docker-enter for easier access to the containers @@ -63,9 +63,9 @@ VBoxManage sharedfolder add boot2docker-vm -name home -hostpath ~/ boot2docker up boot2docker ssh -#mkdir /data -#mount -t vboxsf -o uid=1000,gid=50 data /data -#vi /etc/fstab -#data /data vboxsf rw,nodev,relatime 0 0 -#docker-enter +# mkdir /data +# mount -t vboxsf -o uid=1000,gid=50 data /data +# vi /etc/fstab +# data /data vboxsf rw,nodev,relatime 0 0 +# docker-enter ``` -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
