
	This comprises the installation process for the Debian
    Overlay of the LinuxCOE SystemDesigner.  Utilizing standard
    open source technologies, you will be able to adapt this
    overlay module to your system, install it, and later customize
    it's behavior through further configuration options.

	Getting started is easy.  First you must adapt the module
    installation to the particulars of your system configuration.
    Please locate the

	config.state

    file, typically located in the configuration hierarchy of
    the existing LinuxCOE System Designer installation:

	eg. /etc/opt/systemdesigner-debian/4/includes/config.state ,
	    /opt/systemdesigner-debian/4/etc/includes/config.state , or
	    <YourPrefix>/etc/includes/config.state

    Unless overwritten by command line arguments, the settings in
    this "config.state" will be leveraged through the remaining
    installation process steps.

    	Second, type the following to incorporate these adaptations
    into your installation:

    	export CONFIG_SITE="<PathTo>/config.state" && ./configure --help

    to both review the settings and intended actions, plus familiarize
    yourself with the available options.  You are encouraged to
    accept the default behavior of no arguments (yet still with the
    above adaptations) to more easily install this package.  Then when
    ready, type the following to prepare for the installation:

    	export CONFIG_SITE="<PathTo>/config.state" && ./configure

    noting the output and do not proceed until you are satisfied.

	Third, type the following to complete your adapted installation
    of the LinuxCOE SystemDesigner:

    	make

    and as a user with appropriate priviledges to install software
    across your system directories, invoke:

	make install

    At this point you should have a functioning installation and
    can test by pointing a web browser at:

    	http://<YourLocalHost>/systemdesigner-debian

    Regards from the team that brought you
		      __   _                _________  ____
		     / /  (_)__  __ ____ __/ ___/ __ \/ __/
		    / /__/ / _ \/ // /\ \ / /__/ /_/ / _/
		   /____/_/_//_/\_,_//_\_\\___/\____/___/

