MassProspecting / deployment

Automate software deployment and infrastructure monitoring in a repeatable, scalable fashion.
1 stars 0 forks source link

Implementation: MassProspecting #35

Open leandrosardi opened 1 week ago

leandrosardi commented 1 week ago

Below is the steps I perform manually to install both: slave and worker nodes.

Manual Installation

leandrosardi commented 2 days ago

Short List of Manual Installation Tasks

select password from "user" u where email='su'
select api_key from "account" u where "name"='su'
update "user" set "password"='******' where email='su';
update "account" set "api_key"='****' where "name"='su';