-
When running ManageIQ with
bundle exec rake evm:start
, it may be necessary to override the REST API host via a PROXY_HOST environment variable.PROXY_HOST=127.0.0.1:3000 gulp serve
-
ActiveRecord::ConnectionTimeoutError: could not obtain a connection from the pool within 5.000 seconds; all pooled connections were in use
orError: socket hang up
orError: connect ECONNREFUSED
might be caused to by lower than expected connection pool size this is remedied by navigating tomanageiq/config/database.yml
and increasing thepool: xx
value. -
For a full list of gulp tasks available to the SUI.
gulp help