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 |
---|---|---|
(primary dev server) | 61023 |
/usr/local/secure-delivery-center/Server |
There is an additional path, /usr/local/secure-delivery-center/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.ssh
and X
, you may have difficulty running the interactive installer. Be sure to log in with the ssh -Y
flag set, and use your Xauthority configuration by setting the XAUTHORITY
environment variable, e.g., sudo XAUTHORITY=/home/user/.Xauthority ./sdc-installer.run
/opt/sdc/Server
/opt/sdc/Data Files
ps aux | grep secure-delivery-center
firewall-config
system-config-firewall
XAUTHORITY
environment variable as mentioned above to open the firewall configuration GUI.sudo nmap -sS -pPORT localhost
, ORhttp://localhost:port/
(from the host machine) or http://host_fqdn:port/
(from any machine).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.
Admin User | Password |
---|---|
sdc-admin | (See an existing administrator for access) |
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/
.In most cases, when you make a change, you need to both commit it and promote it before the change is applied. You will see notifications in the bottom left corner to commit changes. Once committed, you will also receive a notification that the change must be promoted. Be sure to leave messages for both commits and promotions.
Each of the sections in the dashboard are displayed below. Useful sections are bolded. You should open the listed section below if you need to...
To deploy SDC to a machine, do the following:
Last edit: Jordan Deyton 2015-01-30