Difference between revisions of "Server Setup"

From mn/geo/geoit
Jump to: navigation, search
(Notes for software installations)
(Notes for software installations)
Line 1: Line 1:
 
===Notes for software installations===
 
===Notes for software installations===
<rst>
+
 
Apache2 Info
+
----
===============
+
==Apache2 Info==
  
 
key directories::
 
key directories::
Line 21: Line 21:
 
 
  
Upgrading to Plone 4
+
----
=====================
+
==Upgrading to Plone 4==
 
all files installed to::
 
all files installed to::
  
Line 40: Line 40:
 
.. warning:: changes to site_properties
 
.. warning:: changes to site_properties
  
MediaWiki
+
----
==============
+
==MediaWiki==
 
MediaWiki was installed from a download of version 1.17. It is installed into the /opt directory. A postgresql database was set up. apt was *not* used, as it wanted to install MySQL
 
MediaWiki was installed from a download of version 1.17. It is installed into the /opt directory. A postgresql database was set up. apt was *not* used, as it wanted to install MySQL
  
Postgresql
+
----
==============
+
==Postgresql==
 
No major changes, simply used::
 
No major changes, simply used::
  
 
     apt-get install postgresql
 
     apt-get install postgresql
  
postfix & dovecot
+
----
=====================
+
==Postfix==
Postfix and Dovecot were installed via the instructions from the `ubuntu postfix reference <https://help.ubuntu.com/8.04/serverguide/C/postfix.html>`_
 
 
 
  
</rst>
+
Postfix was installed via the instructions from the `ubuntu postfix reference <https://help.ubuntu.com/8.04/serverguide/C/postfix.html>`_
 +
Roy modified the main.cf settings

Revision as of 11:59, 14 September 2011

Notes for software installations


Apache2 Info

key directories::

   /etc/apache2 [sites-available]

Note that for mods and sites, use::

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

OR::

   a2enmod modname
   a2dismod modname

.. 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


Some points...

  • 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. apt was *not* used, as it wanted to install MySQL


Postgresql

No major changes, simply used::

   apt-get install postgresql

Postfix

Postfix was installed via the instructions from the `ubuntu postfix reference <https://help.ubuntu.com/8.04/serverguide/C/postfix.html>`_ Roy modified the main.cf settings