adding rh8 install foo and warning
authorivan <ivan>
Mon, 27 Sep 2004 20:37:31 +0000 (20:37 +0000)
committerivan <ivan>
Mon, 27 Sep 2004 20:37:31 +0000 (20:37 +0000)
install/redhat/8/INSTALL [new file with mode: 0755]
install/redhat/8/README.insecure [new file with mode: 0644]
install/redhat/8/sources.list [new file with mode: 0644]

diff --git a/install/redhat/8/INSTALL b/install/redhat/8/INSTALL
new file mode 100755 (executable)
index 0000000..3b5c5a7
--- /dev/null
@@ -0,0 +1,44 @@
+#!/bin/sh
+
+rpm -Fvh http://redhat.usu.edu/mirrors/apt4rpm/apt-0.5.4cnc8-fr1.i386.rpm
+
+cp sources.list /etc/apt/
+apt-get update; apt-get update
+#apt-get install apache mod_ssl mod_perl perl-CGI perl-CPAN perl-DBD-MySQL perl-DBD-Pg perl-DBI perl-DateManip perl-Digest-MD5 perl-HTML-Parser perl-HTML-Tagset perl-MIME-Base64 perl-Storable perl-TimeDate perl-URI perl-libnet perl-libwww-perl perl-suidperl rsync postgresql postgresql-docs postgresql-libs postgresql-server screen zsh lftp cvs #openssh
+
+#ftp://ftp.pbone.net/mirror/www.aucs.org/rpmcenter/packages/apache13-php43-mods-rh8
+
+apt-get install perl-CGI perl-CPAN perl-DBD-MySQL perl-DBD-Pg perl-DBI perl-DateManip perl-HTML-Parser perl-HTML-Tagset perl-TimeDate perl-URI perl-libwww-perl perl-suidperl rsync postgresql postgresql-docs postgresql-libs postgresql-server screen zsh lftp cvs gcc gd #openssh
+# tetex-fonts tetex-latex tetex tetex-dvips ghostscript ghostscript-fonts
+
+perl -MCPAN -e"install Locale::Country, Net::Whois, Business::CreditCard, \
+                       Mail::Internet, File::CounterFile, FreezeThaw, \
+                       String::Approx, Text::Template, DBIx::DataSource, \
+                       DBIx::DBSchema, Net::SSH, String::ShellQuote, \
+                       Net::SCP, Apache::ASP, Tie::IxHash, Time::Duration, \
+                       HTML::Widgets::SelectLayers, Apache::DBI, Cache::Cache \
+                       Test::Pod NetAddr::IP IPC::ShareLite Chart::LinesPoints"
+
+echo 'OPTIONS="-DHAVE_PERL -DHAVE_SSL"' >>/etc/sysconfig/apache
+
+#remove perl & ssl LoadModule lines from /etc/httpd/conf/httpd.conf
+#as they're statically linked
+
+/usr/sbin/useradd freeside
+
+/sbin/chkconfig postgresql on
+/etc/init.d/postgresql start
+
+su postgres -c "createuser -P freeside"
+
+su freeside -c "createdb freeside"
+
+#?
+cd ../../..
+make install-perl-modules
+make create-config
+freeside-adduser -c -h /usr/local/etc/freeside/htpasswd ivan
+su freeside -c 'freeside-setup ivan'
+su freeside -c '/home/ivan/freeside/bin/populate-msgcat ivan'
+make deploy
+
diff --git a/install/redhat/8/README.insecure b/install/redhat/8/README.insecure
new file mode 100644 (file)
index 0000000..14f1bd0
--- /dev/null
@@ -0,0 +1,6 @@
+Red Hat has ceased support for all pre-enterprise releases.
+
+Fedora Legacy (http://www.fedoralegacy.org) is only supporting 7.3 and 9.
+
+Red Hat 8.0 is NOT RECOMMENDED.  Please consider using a supported
+distribution, such as 7.3, 9, or Fedora core.
diff --git a/install/redhat/8/sources.list b/install/redhat/8/sources.list
new file mode 100644 (file)
index 0000000..40a05ca
--- /dev/null
@@ -0,0 +1 @@
+rpm http://download.fedoralegacy.org/apt redhat/8.0/i386 os updates legacy-utils