This installation example installs a CloudBees CD repository server, an agent, and CloudBees CD tools. Review Before You Install CloudBees CD 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 server, repository server, and web server processes. -
<server_group>
is the group who owns the CloudBees CD server, repository server, and web server processes. -
<agent_user>
is the user who owns the CloudBees CD agent process. -
<agent_user>
is the group that owns the CloudBees CD agent process.