Difference between revisions of "Install a new desktop"

From Organic Design wiki
(status = in use)
Line 7: Line 7:
 
== Download and install ==
 
== Download and install ==
  
== Get network access and update ==
+
== Get network access and upgrade to the current state ==
 +
{{code|<pre>
 +
apt-get update
 +
apt-get upgrade
 +
}}
 +
 
 +
== Install the OrganicDesign workstation package ==
 +
{{code|<pre>
 +
echo "deb http://packages.organicdesign.co.nz main/" >> /etc/apt/sources.list
 +
apt-get update
 +
apt-get install organicdesign-workstation
 +
}}
  
 
== Install additional software ==
 
== Install additional software ==
 
Install the necessary items from the [[Ubuntu Post Install]], and if any server applications are required, install them from the [[Debian Post Install]].
 
Install the necessary items from the [[Ubuntu Post Install]], and if any server applications are required, install them from the [[Debian Post Install]].
 
[[Category:Installation]]
 
[[Category:Installation]]

Revision as of 23:07, 14 February 2009

Procedure.svg Install a new desktop
Organic Design procedure

Download and install

Get network access and upgrade to the current state

apt-get update
apt-get upgrade

Install the OrganicDesign workstation package

echo "deb http://packages.organicdesign.co.nz main/" >> /etc/apt/sources.list
apt-get update
apt-get install organicdesign-workstation

Install additional software

Install the necessary items from the Ubuntu Post Install, and if any server applications are required, install them from the Debian Post Install.