Skip to content
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

KAA-1647: Updates Single-node-installation docs #1365

Merged
merged 1 commit into from
Dec 9, 2016
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@ Install [Zookeeper 3.4.8](http://zookeeper.apache.org/doc/r3.4.8/).
$ sudo apt-get install zookeeper
```

Start Zookeeper.

```bash
$ sudo /usr/share/zookeeper/bin/zkServer.sh start
```

Check if Zookeeper service is running.

```bash
Expand Down Expand Up @@ -285,7 +291,7 @@ $ sudo service mongod start
Verify that MongoDB started successfully.

```bash
$ sudo systemctl status mongodb
$ sudo service mongod status
$ cat /var/log/mongodb/mongod.log | grep "waiting for connections on port"
2015-09-23T16:39:35.455+0300 [initandlisten] waiting for connections on port 27017
```
Expand Down Expand Up @@ -1103,7 +1109,7 @@ In this guide, the pre-built packages are used.
3. Install the Node service.

```bash
$ sudo dpkg -i kaa-node.deb
$ sudo dpkg -i kaa-node-*.deb
```

</div><div id="CentOS_" class="tab-pane fade" markdown="1" >
Expand Down