Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WARNING: Before proceeding with initializations, make sure that you are pointing at branches/1.1.3.


DOWN

web

put the web servers into maintenance mode (SF WEB, SD WEB)

...

One more time...

Code Block
 

Install python Numeric so we can use gdal_retile.py with an alpha channel patch.
RE
http://onlamp.com/python/2000/05/03/install_num_python.html 

Code Block
cd /usr/local/src/TARFILES
wget http://voxel.dl.sourceforge.net/project/numpy/Old%20Numeric/24.2/Numeric-24.2.tar.gz
cd ..
tar xvfz Numeric-24.2.tar.gz
cd Numeric-24.2.tar.gz
sudo python2.5 setup.py install

Make sure it is working...

Code Block
python2.5
import Numeric

 

UP

web

put SF WEB servers into LIVE mode

...