RSS
Welcome to ab-andikurnia.blogspot.com, this site is under construction....
ads

Plone on Ubuntu 9.04 Jaunty

Selasa, 29 September 2009

# A quickstart guide...





# We need Python 2.4 and the paster script.
sudo apt-get install python2.4
# Get setuptools / easy_install for python 2.4
wget http://peak.telecommunity.com/dist/ez_setup.py
sudo python2.4 ez_setup.py -U setuptools
# Get ZopeSkel paster scripts
sudo easy_install-2.4 ZopeSkel
# Create a buildout. When asked the plone version, enter '3.3'.
paster create -t plone3_buildout cd plone33
# or whatever name you gave it
python2.4 bootstrap.py
# Run buildout. This will take some time.
./bin/buildout
# Before startup, we need PIL, which is no longer a Python 2.4 package in Jaunty.
# We also need some header files.
wget http://download.zope.org/distribution/PILwoTk-1.1.6.4.tar.gz
sudo apt-get install libjpeg-dev sudo apt-get install libfreetype6-dev
# Finally, build PIL.
sudo easy_install-2.4 PILwoTk-1.1.6.4.tar.gz
# Start Plone!
./bin/instance fg


I've a problem from step 2, (wget http://peak.telecommunity.com/dist/ez_setup.py ). I'll try it from proxy and I have a message like this, PROXY NEED AUTHENTICATION....!! Anyone know how to using wget over proxy?
  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar:

Posting Komentar