{% extends "admin_base.html" %} {% block title %}Viewing Node{% endblock %} {% block content %}
Node Auto-Deployment allows you to run one quick command on your new node to install the daemon and set it up immediately. Press the button below to generate a temporary token that will allow you to perform this action.
{% else %}
sudo bash -c 'source <(curl -sSLk {{ settings.master_url }}auth/remote/deploy/{{ autodeploy.code }})'
This automatic deploy script has been tested on the systems below. If your OS is not listed then it probably is not (officially) supported. If there is a pre-run command listed it must be run before running the command above.
Operating System | Pre-Run Command |
---|---|
Debian/Ubuntu | apt-get install sudo curl |
CentOS | yum install sudo curl |