threefoldtecharchive / jumpscaleX_builders

Apache License 2.0
1 stars 0 forks source link

Make sure to install rabbitmq for taiga #35

Closed xmonader closed 4 years ago

xmonader commented 4 years ago

Make sure to install rabbitmq (create a builder for it if needed) + start it + configured for taiga builder https://taigaio.github.io/taiga-doc/dist/setup-production.html

ranatrk commented 4 years ago

Added:

siddiquagig commented 4 years ago

Got this error when doing j.servers.taiga.default.install(reset=True)

and so cannot start taiga

image

hossnys commented 4 years ago

@siddiquagig i think you didn't start the server yet you did install only , you can follow steps here and try to use Taiga builder also .

siddiquagig commented 4 years ago

@hossnys , the error comes while installing taiga , i have told Rana this and she was checking

ranatrk commented 4 years ago

The following fixed the issue : https://github.com/threefoldtech/jumpscaleX_builders/commit/9f03239a121dc7a6fe2e93f2fb6cc981cc342c4d

siddiquagig commented 4 years ago

Verified

Install and start Taiga:

j.servers.taiga.default
j.servers.taiga.default.host = "CONTAINER_IP"
j.servers.taiga.default.install(reset=True)
j.servers.taiga.default.start()

Then check Rabbitmq:

image