Home
The Toolkit for Online Communities
13311 Community Members, 0 members online, 1843 visitors today
Log In Register

Get the Code!

OpenACS Home : xowiki : Get the Code!
Search · Index
Previous Month March 2010
Sun Mon Tue Wed Thu Fri Sat
28 1 2 3 4 5 6
7 8 9 (1) 10 11 (1) 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 1 2 3

Popular tags

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

No registered users in community xowiki
in last 30 minutes

Contributors

OpenACS.org

Get the Code!

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

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 downloading a distribution, except that you get the files from CVS instead of the tarball. The following commands are used to obtain openacs 5.5 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-5 acs-core 

For 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-5 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