~trond-norbye/narada/main

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: patg
  • Date: 2009-05-18 12:33:26 UTC
  • Revision ID: patg@webserver-20090518123326-7e6evrp7171u9y1n
Added narada.conf.dist file

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
to be as simple as possible. It's my intent to revive use of Perl for
38
38
web development. How to make that happen, I will gladly take your suggestions!
39
39
 
40
 
# Ubuntu Packages
41
 
 
42
 
# mysql
43
 
apt-get install mysql mysql-server mysql-client libmysqlclient15-dev mysql-common 
 
40
Ubuntu Prerequisite Packages:
 
41
--------------------------------------------------
 
42
# you can cut and paste here
 
43
 
 
44
# mysql server - if you aren't installing MySQL by source
 
45
apt-get install mysql mysql-server mysql-common 
 
46
 
 
47
# mysql client, needed for DBD::mysql
 
48
apt-get install mysql-client libmysqlclient15-dev
44
49
 
45
50
# apache 
46
51
apt-get install apache2 apache2-mpm-event libapr1-dev libapache2-mod-perl2 libapache-dbi-perl libapreq2
47
52
 
48
53
# perl modules
49
 
apt-get install libdbd-mysql-perl libemail-valid-perl libtemplate-perl libfile-policy-perl libjson-xs-perl libmail-sendmail-perl libmail-sendmail-perl libapache2-request-perl libdbix-password-perl libpath-class-perl libevent1 libevent-dev
50
 
apt-get install build-essential automake autoconf g++ m4 libcache-memcached-perl
 
54
apt-get install libdbd-mysql-perl libemail-valid-perl libtemplate-perl libfile-policy-perl libjson-xs-perl libmail-sendmail-perl libmail-sendmail-perl libapache2-request-perl libdbix-password-perl libpath-class-perl libevent1 libevent-dev libyaml-perl libcache-memcached-perl libgearman-client-perl 
 
55
 
 
56
# for building 
 
57
apt-get install build-essential automake autoconf g++ m4 et install libtool libncurses5-dev byacc bison pkg-config
51
58
 
52
59
cpan -i HTML::Strip
 
60
cpan -i Cache::Memcached::libmemcached
 
61
cpan -i Sphinx::Search
 
62
cpan -i Gearman::Client
 
63
cpan -i Gearman::Worker
53
64
 
54
65
# enable apreq
55
66
a2enmod apreq
57
68
# -- not required, but nice to have --
58
69
apt-get install curl libwww-curl-perl 
59
70
 
60
 
RedHat Packages:
 
71
RedHat Prerequisite Packages:
 
72
--------------------------------------------------
61
73
 
62
74
yum -y install yum yum-fastestmirror
63
75
yum -y install glibc glibc-common binutils coreutils tzdata \