This page discusses the ICE development team's setup and common configuration tasks for Genuitec's Secure Delivery Center, a tool that allows administrators or lead developers to deploy pre-configured Eclipse IDEs to the development team.
The server hosts the SDC software. Admin Consoles access the server installation either locally or remotely from various platforms to configure deployed packages.
There is only one installation of the server as indicated in the table below.
Host | Port | Installation Path |
---|---|---|
habilis |
xxxxx |
/opt/sdc/Server |
There is an additional path, /opt/sdc/Data Files
, that stores SDC system information. Under normal circumstances, this directory should not be touched.
This section covers the installation for a Linux machine.
chmod
to make the file executable.sudo
to run the file./opt/sdc/Server
/opt/sdc/Data Files
nmap -sS -pPORT localhost
/server/configuration/config.ini
The Admin Console is used to configure Eclipse IDEs deployed for use by the development team(s). It allows you to do things like bundle frequently used plugins--Subversive SVN connectors, m2e, Eclipse Color Theme, etc.--, configure workspace preferences, or a project set connected to an SVN repository. The Admin Console can be installed anywhere and does not have to be on the server's machine.
To install a local copy of the Admin Console, you will need to download a copy from the SDC Delivery Portal. See the following steps for more details. You will need to provide your administrator credentials.
http://
host_fqdn:
port/
and then clicking on Administration in the top right, ORhttp://
host_fqdn:
port/admin/
.