Error during bundle install and one start

Hi! Previously I installed opennebula on Centos7 successfully. Now I try to install on Ubuntu 18.04.

I cannot run ./one start (self-contained installation).

Errors:

bundle install
An error occurred while installing augeas (0.6.4), and Bundler cannot continue.
Make sure that gem install augeas -v '0.6.4' --source 'https://rubygems.org/' succeeds before bundling.

In Gemfile:
  augeas

oned.log
[Z0][MAD][E]: MAD did not answer INIT command
[Z0][ONE][E]: Could not load driver

sched.log
[Z0][SCHED][E]: Cannot contact oned, will retry... Error: libcurl failed to execute the HTTP POST transaction, explaining: Failed to connect to localhost port 2633: Connection refused

sunstone.log
[E]: User oneadmin could not be authenticated
[E]: Failed to open TCP connection to localhost:2633 (Connection refused - connect(2) for “localhost” port 2633)

sunstone.error
[OpenNebula Support] Missing zendesk_api gem
INFO WEBrick 1.4.2
INFO ruby 2.6.3 (2019-04-16) [x86_64-linux]
== Sinatra (v2.1.0) has taken the stage on 9869 for production with backup from WEBrick
INFO WEBrick::HTTPServer#start: pid=52842 port=9869

I’ve deal some problems with nebula, but logs from sunstone.error and output from bundle install is unknown for me and i have no idea what can i do. Firstly i tried to solve problem with bundle install and augeas, but i didn’t find anything.

I resolved problems with bundle install, Missing zendesk_api gem and WEBrick, but rest of problems still exist.

I am able to connect after sudo apt-get install libzmq3-dev.