Bringing up dart: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
m Created page with '== OS install == Install minimal system from DVD vi /etc/sysconfig/network-scripts/ifcfg-eth0 vi /etc/resolv.conf service network restart yum -y install emacs yum -y inst…'
 
Brian Wilson (talk | contribs)
Line 1: Line 1:
== OS install ==
== Hardware ==
 
* SuperMicro case
* SuperMicro motherboard
* Intel Xeon processor
* 32GB ECC registered RAM (4 x 8GB)
* Four 15K 150GB drives
 
== CentOS install ==


  Install minimal system from DVD
  Install minimal system from DVD

Revision as of 01:38, 29 November 2012

Hardware

  • SuperMicro case
  • SuperMicro motherboard
  • Intel Xeon processor
  • 32GB ECC registered RAM (4 x 8GB)
  • Four 15K 150GB drives

CentOS install

Install minimal system from DVD
vi /etc/sysconfig/network-scripts/ifcfg-eth0
vi /etc/resolv.conf
service network restart
yum -y install emacs
yum -y install openssh-clients
yum -y install httpd
yum -y install update
reboot

Basic software install

Install PostGIS 2.0

Install ArcGIS Server