-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Welcome to the dockernode wiki! We'll be creating understandable instructions for booting up a synereo node with docker.
Ubuntu 16.04 Download
git client installed git command in path
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 running version: 2.6.4 (https://www.mongodb.com/) but it worked with the latest version
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, []}]}] )