Home
The Toolkit for Online Communities
12613 Community Members, 1 member online
Log In Register

Get the Code!

OpenACS Home : xowiki : Get the Code!
Previous Month January 2009 Next Month
Sun Mon Tue Wed Thu Fri Sat
28 29 30 31 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

Popular tags

ad_form , ADP , ajax , aolserver , asynchronous , bgdelivery , bugtracker , COMET , cvs , debian, , emacs , FreeBSD , includelets , install, , installation , installers , javascript , libthread , linux , linux, , monitoring , nginx , osx , patches , performance , postgres , pound , redhat, , selenium , ssl

1 registered user in community xowiki
in last 30 minutes


Contributors

OpenACS.org

Many ways for the latest OpenACS Distribution, version oacs-5-4:

get the tarball:

Unpack the OpenACS tarball. Usually something like this works:


tar xvf openacs-4.tar

or get the files via CVS: If you want to track fresh code developments inbetween releases, or you are an OpenACS core developer, you may want to install from CVS. This is identical to dowloading a distribution, except that you get the files from CVS instead of the tarball. The following commands are used to obtain openacs 5.4 from CVS.


cvs -d:pserver:anonymous@cvs.openacs.org:/cvsroot login
# press enter for password
cvs -d:pserver:anonymous@cvs.openacs.org:/cvsroot checkout -r oacs-5-4 acs-core 

A single package, just use the same command with the package-key name, i.e. forums:


cvs -d:pserver:anonymous@cvs.openacs.org:/cvsroot checkout -r oacs-5-4 forums

In order to check out the full openacs tree of the leading edge developer version (HEAD), use 


cvs -d:pserver:anonymous@cvs.openacs.org:/cvsroot checkout openacs-4

More info here: http://www.openacs.org/test-doc/using-cvs-with-openacs

Looking for README instructions or installers? View the OpenACS Installation instructions: openacs-system-install, otherwise continue by setting up the OpenACS distribution:

Set up the file system for one or more OpenACS sites

For Linux Standard Base compliance and ease of backup, all of the files in each OpenACS site are stored in a subdirectory of /var/lib/aolserver, one subdirectory (SERVERROOT) per site (see: openacs-reference-platform). The first time you install an OpenACS site on a server, you must create the parent directory and set its permissions:

While logged in as root:


mkdir -p /var/lib/aolserver
chgrp web /var/lib/aolserver
chmod 770 /var/lib/aolserver

Move the uncompressed code to SERVERROOT and rename the directory to $OPENACS_SERVICE_NAME:


mv openacs-4 /var/lib/aolserver/$OPENACS_SERVICE_NAME

References to this Page: en:openacs-system-install, en:docs-admin-toc, en:aolserver-install, en:openacs-subsystem-install
Categories: Subsystems Documentation (OpenACS.org)

Comments

    Add a comment