Skip to content
Jeffrey Anthony edited this page May 4, 2016 · 21 revisions

Welcome to the dockernode wiki! We'll be creating understandable instructions for booting up a synereo node with docker.

Ubuntu 16.04 Download

Git

git client installed git command in path

Docker

docker installed (https://www.docker.com/) running (start Docker Quick Terminal note the default IP address assigned when starting up Docker and for example, default IP address may be 192.168.99.100). Using Kitematic is very helpful. On Linuxes with modern kernels, such as Arch Linux, you can just use plain Docker

MongoDB

mongodb running version: 2.6.4 (https://www.mongodb.com/) but it worked with the latest version

RabbitMQ

rabbitmq running version: 3.0.2 erlang version : 5.9.1 (15B03) (http://www.rabbitmq.com/) but works with the latest version by editing rabbitmq.config file (add this entry [{rabbit, [{loopback_users, []}]}] )

Clone this wiki locally