Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Default Ports

These defaults can be changed either at install time, or afterwards by modifying the relevant config file and restarting the service.

 IncomingOutgoingUsed forSet in
Server90009002

Communication with agents

Continua.Server.Service.exe.config
Server80 Web UIIIS configuration
Agent90029000Communication with serverContinua.Agent.Service.exe.config

 

In addition, the server must have agents must be able to access a UNC share that the user the agent service(s) are running as has read/write access to.on the server. See below for more info.

Services

At install time, you specify which Windows user the Server and Agent services run as. We do not use Local System because many external tools (version control systems, build tools etc) expect to be run in a user context, and some require configuration that can only be performed by logging in as a user.

Shares

The Server must have a share (by default \\localhost\ContinuaShare) where the repository caches and build workspaces are stored. The user that the Agent service runs as must have read/write access to this share. We are working on an embedded SSH server for use between the Server and Agent, which will eliminate the need for this share.

The Agent does not require any externally accessible shares.