Difference between revisions of "Server Setup"

From mn/geo/geoit
Jump to: navigation, search
(Created page with "<rst> =========================== Notes for software install =========================== Apache2 Info =============== key directories: /etc/apache2 [sites-available] , then use:...")
(No difference)

Revision as of 00:09, 14 September 2011

<rst>

===============

Notes for software install

===============

Apache2 Info

===

key directories: /etc/apache2 [sites-available] , then use::

   a2ensite sitename (to enable)
   a2dissite sitename (to disable)

.. note:: added mod_wsgi (sudo apt-get install libapache2-mod-wsgi) this is the module that loads python files now.


Upgrading to Plone 4

=========

all files installed to::

   /usr/local/Plone
  • inside zinstance there is a mercurial repo (hg log -r : )
  • see in particular the buildout.cfg files

packages that have been added so far:

  • raptus.article.default (no success so far!)
  • collective.quickupload

`collective.uploadify <http://pypi.python.org/pypi/collective.uploadify/1.0>`_

.. warning:: changes to site_properties

MediaWiki

==

MediaWiki was installed from a download of version 1.17. It is installed into the /opt directory. A postgresql database was set up.


postfix & dovecot

=========

Postfix and Dovecot were installed via the instructions from the `ubuntu postfix reference <https://help.ubuntu.com/8.04/serverguide/C/postfix.html>`_

</rst>