Difference between revisions of "Install a new desktop"

From Organic Design wiki
(add od workstation package here instead of in post install)
Line 11: Line 11:
 
apt-get update
 
apt-get update
 
apt-get upgrade
 
apt-get upgrade
}}
+
</pre>}}
  
 
== Install the OrganicDesign workstation package ==
 
== Install the OrganicDesign workstation package ==
Line 18: Line 18:
 
apt-get update
 
apt-get update
 
apt-get install organicdesign-workstation
 
apt-get install organicdesign-workstation
}}
+
</pre>}}
  
 
== 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.