forked from bricoleurs/bricolage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Ubuntu
32 lines (23 loc) · 1.11 KB
/
README.Ubuntu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Bricolage Ubuntu README
------------------------
There are a few peculiarities that one faces when trying to install this on an
Ubuntu distro. This readme is intended to address workarounds for a few of
those.
Please refer to README.Debian and INSTALL documents first for further
information on getting most of the Bricolage system installed.
Test::Class
While this should install ok, it fails the tests. If you are installing your
perl modules from CPAN then doing this should work: force install
Test::Class
Apache Service Location
Under normal circumstances this would be /usr/sbin/httpd, but on the Ubuntu
system it should be /usr/sbin/apache(-perl). (As of Intrepid Ibex, at least,
only Apache 2 is supported, so this is /usr/sbin/apache2.) This will arise
when you try to install Bricolage as one of the questions.
Postgres Setup
You will need to configure the postgres installation from the default
settings:
- As root you need to edit the file /etc/postgresql/pg_hba.conf
- Near the bottom looks for the line that resembles "local all all ident
sameuser"
- Change the "ident sameuser" -> "trust"