Hi,
> David Bradford wrote:
> > Has anyone installed Midgard/Aegir on the Cobalt RaQ
> version of Linux? If
> > so, any tips, howtos, etc.?
> >
>
> Someone did this once long long time ago, try digging
> into the archives.
I had installed Midgard on a cobalt raq using version 1.4.2. This
was for a Cobalt raq3 using php 4.1.2 and mysql 3.54, both of
which can be found at this Url: http://www.pkgmaster.com . I've
attached my notes, hope this helps.
Jon
Midgard Install (COBALT RAQ)
Step One.
1) Midgard Lib:-
./configure --prefix=/home/midgard --with-sitegroups --with-mysql=/usr/bin/mysql
--with-repligard-owner --with-expat=/var/expat
make
make install
Step Two.
2) Midgard Data:
--------------------------------------------------------------------------------
[- TIP: /home/midgard/bin/midgard-config ]
[--report gives output to date.]
--------------------------------------------------------------------------------
(Edit the include section so that -I${prefix}/include/midgard changesto
-I${prefix}/include in midgard-config)
./configure --with-db-admin=root --with-db-admin-password=lnVYQ5MK
--with-db-user=tosh189a --with-db-user-password=YSB2SL6 --with-ip=213.165.139.186
--with-port=80 --with-db=midgard --with-lang=en --with-blobdir=/home/blob
--with-midgard=/home/midgard --with-php=4 --with-apxs=/usr/sbin/apxs
--with-apache-group=httpd --with-apache-user=httpd --with-asgard --with-install=new
--with-adminsite
./dbinstall
<http://localhost:30475/asgard/>
Go to /etc/httpd/conf/httpd.conf
Add:
# Midgard conf file
Include /etc/httpd/conf/midgard-data.conf
--------------------------------------------------------------------------------
contains configuration information for Apache.
You should add it to Apache configuration file before starting Midgard.
--------------------------------------------------------------------------------
! Installation finished. After restarting Apache you'll be able to access
! Midgard Admin site as root at
http://www.launchsite.co.uk:30475/admin/ using:
<username>='admin' and <password>='password'
--------------------------------------------------------------------------------
Step Three: -
3) Mod midgard:-
(Edit the include section so that -I${prefix}/include/midgard changesto
-I${prefix}/include in midgard-config)
./configure --with-midgard-config=/home/midgard/bin/midgard-config
--with-expat=/var/expat --with-apxs=/usr/sbin/apxs
make
make install
make conf
Step Four: -
4 )Mod-php4:-
(make apxs and midgard-config are in path)
PATH=${PATH}:/usr/sbin/
export PATH
PATH=${PATH}:/hoem/midgard/bin/midgard-config
export PATH
./mkall
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]