Open Source Content Management System

Ubuntu

Add the following lines to sources.list:

  • For Ubuntu Breezy:

    deb http://www.anykey.se/ubuntu/breezy/midgard ./
    
  • For Ubuntu Dapper:

    deb  http://www.midgard-project.org/ubuntu/dapper/debs ./
    
  • For Ubuntu Edgy:

    deb  http://www.midgard-project.org/ubuntu/edgy/debs ./
    

Run apt-get update for updating the apt database (this adds our repository into your apt).

If you're installing for Apache HTTP Server 2.X series, install Midgard with the command:

apt-get install midgard-data

Apache 1.3 packages are there but is not tested for regular use

Unfortunatelly there is no empty "midgard" package, as we need to provide support for both Apache HTTP Server series.

(You can update Midgard with the command apt-get update && apt-get upgrade midgard-data.)

Session files in Ubuntu is stored in /var/lib/php4 wich has the wrong ownership. Change with chown www-data:www-data /var/lib/php4. If you dont do this you will get error messages about not being able to write session files.

If you are running other vhosts on the box, you might have to do some additional changes.

Run datagard for setting up a new Midgard database and virtual host. Read the instructions from Setting Up a Midgard Database.

Designed by Nemein, hosted by Anykey