Index: openacs-4/packages/acs-core-docs/www/install-overview.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-overview.html,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/acs-core-docs/www/install-overview.html 24 Nov 2002 21:29:17 -0000 1.7.2.1 +++ openacs-4/packages/acs-core-docs/www/install-overview.html 29 Mar 2003 20:44:53 -0000 1.7.2.2 @@ -1,5 +1,5 @@ -
This is text you will see on + screen, such as a link + in a radio button list or menu.
orThis is text that you will type.
This is text from a program or file which you may need to +examine or edit:
if {$database == "oracle"} { + set db_password "mysitepassword" +}
This is text that you will +see and type in a command shell, including text you may have to +change. It is followed by a list of just the commands, +which you can copy and paste.
[root@localhost root]# su - nsadmin +[nsadmin@localhost aolserver]$ svc -d /service/server1 +[nsadmin@localhost aolserver]$ dropdb server1 +DROP DATABASE +[nsadmin@localhost aolserver]$ createdb server1 +CREATE DATABASE +su - nsadmin +svc -d /service/server1 +dropdb server1 +createdb server1
We'll do our best to assure that following our instructions will get you to the promised land. If something goes wrong, don't panic. There are plenty of ways to get help. Here are some tips: @@ -97,9 +113,13 @@ openacs.org - you'll often find many people who have struggled through the same spot that you're in.
+ The bottom of each page has a link to OpenACS.org, where you can post + comments and read other users comments about the + contents of the page. +
Ask questions at the irc channel on openprojects.net - (#openacs). They're knowledgeable and quite friendly if you can - keep them on topic. + (#openacs). They're knowledgeable and quite friendly + if you can keep them on topic.
Post a question on the bboards. Make sure you've done a search first. When you do post, be sure to include @@ -118,15 +138,16 @@ better way. Well, not quite. Jonathan Marsden has created RPMs (at http://www.xc.org) for OpenACS 4.5 but there are not yet any for version - 4.6. There has been talk about automating the install process, + 4.6.2. There has been talk about automating the install process, but that hasn't happened yet. Stay tuned!
This document was created by Vinod Kurup, but it's really just plagiarism from a number of documents that came before it. If I've used something that you've written without proper credit, let me know and I'll fix it right away. -
These are a few of my sources:
+
Version 4.6.x was edited by Joel Aufrecht. +
These are a few of my sources:
Please also see the Credits section for more acknowledgements. -
+ Here's a list of some helpful documentation for various OS's +
+ Painless Debian + GNU/Linux by Stephen van Egmond +
+ + Official + Debian Guide + +
+ + RedHat + +
+ + Mandrake + +
+ + SuSE + +
+ Once you get your OS installed, it's imperative that you secure your + installation. As Jon Griffin repeatedly warns us, "No distribution is + secure out of the box." The Reference Platform implements + some basic precautions, but security is a process, not a + condition. If you are responsible for a computer hooked to the + internet, you are responsible for learning some rudiments of + security, such as monitoring the state of a computer, + maintaining patch levels, and keeping backups. We recommend + these resources: +
Here are some resources that OpenACS users have found useful.