This installation example installs a CloudBees CD/RO repository server, an agent, and CloudBees CD/RO tools. Review Before you install CloudBees CD/RO before performing this procedure.
Enter:
chmod +x ./CloudBeesFlow-<version>
./CloudBeesFlow-<version> \
--mode silent \
--installRepository \
--installAgent \
--unixAgentUser <agent_user> \
--unixAgentGroup <agent_group> \
--unixServerUser <server_user> \
--unixServerGroup <server_group> \
--remoteServer <existing_cloudbees-flow-server>
Where:
-
<server_user>
is the user who owns the CloudBees CD/RO server, repository server, and web server processes. -
<server_group>
is the group who owns the CloudBees CD/RO server, repository server, and web server processes. -
<agent_user>
is the user who owns the CloudBees CD/RO agent process. -
<agent_user>
is the group that owns the CloudBees CD/RO agent process.