Monday, August 2, 2010

Install Plone4.0 Beta Release 5



#install openssl
>sudo apt-get install libssl-dev


>wget http://launchpad.net/plone/4.0/4.0b5/+download/Plone-4.0b5-UnifiedInstaller.tgz
>tar -zxvf Plone-4.0b5-UnifiedInstaller.tgz
>cd Plone-4.0b5-UnifiedInstaller.tgz



#install Zope as standalone
>./install.sh standalone --target=/home/galaxy/tools/plone4.0b5 --with-python=/usr/bin/python


Username: admin
Password: OBM3GHk5




#change port from 8080 to 8050
>cd /home/galaxy/tools/plone4.0b5/zinstance
>vim buildout.cfg
http-address = 8050

#locate the username and temp password in buildout.cfg
user=admin:OBM3GHk5


#load the change on buildout.cfg
>cd /home/galaxy/tools/plone4.0b5/zinstance
>bin/buildout

Uninstalling unifiedinstaller.
Uninstalling instance.
Installing instance.
Updating zopepy.
Updating zopeskel.
Updating backup.
Updating chown.
chown: Running echo Dummy references to force this to execute after referenced parts
echo /home/galaxy/tools/plone4.0b5/zinstance/var/backups
chmod 600 .installed.cfg
find /home/galaxy/tools/plone4.0b5/zinstance/var -type d -exec chmod 700 {} \;
chmod 744 /home/galaxy/tools/plone4.0b5/zinstance/bin/*
Dummy references to force this to execute after referenced parts
/home/galaxy/tools/plone4.0b5/zinstance/var/backups
Updating osxcontroller.
Installing unifiedinstaller.
*************** PICKED VERSIONS ****************
[versions]

*************** /PICKED VERSIONS ***************


#Start plone
>/home/galaxy/tools/plone4.0b5/zinstance/bin/plonectl start



No comments:

Post a Comment