{% extends "threebot/worker/detail_base.html" %} {% load staticfiles %} {% load sekizai_tags %} {% load threebot_tags %} {% block inner_content %}

Your Worker settings are now saved to the database. To finish the setup switch to your Worker Mashine and type the following command into a Terminal.

curl -# https://gist.githubusercontent.com/walterrenner/4d8863043404bec01d0f/raw/install.bash | bash

After finishing the installation on the worker mashine, refresh this page and the accessible-icon obove should change.

You can visit the gist to see what happens: https://gist.github.com/walterrenner/4d8863043404bec01d0f

{% endblock %}