Home
The Toolkit for Online Communities
13305 Community Members, 1 member online, 2849 visitors today
Log In Register

OpenACS/.LRN for Ubuntu

OpenACS Home : xowiki : OpenACS/.LRN for Ubuntu
Search · Index
Previous Month March 2010
Sun Mon Tue Wed Thu Fri Sat
28 1 2 3 4 5 6
7 8 9 (2) 10 11 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

OpenACS/.LRN for Ubuntu


Packages of OpenACS  and .LRN  are now available for Ubuntu Linux . We hope to facilitate the adoption by novices and the infrastructure deployment by professional users, both running Debian GNU/Linux  and its derivates. This is an on-going effort. Beware, our packaging activity explicitly targets Ubuntu Linux  8.04 Hardy Heron and Ubuntu Linux  9.10 Karmic Koala. Important dependencies are co-maintained with the Debian Tcl/Tk Maintainers .

See also OpenACS for Debian.

Getting started

Please, review the section on supported distributions first. Currently, the core packages (openacs, dotlrn) are managed in a community repository and are not delivered by the distributions supported. All required dependencies, however, are contained in these.

Release packages for Ubuntu 8.04/9.10


  1. Modify your /etc/apt/sources.list to point to our community repository and update your package pool:

    deb http://debian.adenu.ia.uned.es/apt {hardy|karmic} main
    Then run:


    apt-get update
  2. (optional) Provide for a PostgreSQL environment: If you don't have a PostgreSQL installation at hand, provide one. You do not need to care about setting up a concrete data base. This is automatically done by the openacs and dotlrn post-install instructions. Note that the packaged OpenACS version (5.4.3, at the time of writing) has been reported to work with both PostgreSQL 8.2 (in Ubuntu 8.04) and PostgreSQL 8.4 (in Ubuntu 9.10).


    apt-get install postgresql
    If you run a remote PostgreSQL instance, remember to allow for access of the PostgreSQL Administrator (postgres) and the openacs/dotlrn user from the machine hosting your OpenACS/.LRN installation.

  3. Install the core packages and follow the on-screen instructions:


    # OpenACS
    apt-get install openacs
    ... or ...


    # .LRN
    apt-get install dotlrn

To-dos

People

Active contributors

  • Héctor Romojaro 
  • Stefan Sobernig
  • Avni M. Khatri
  • Carl R. Blesius


Packages status


Packages maintained by Debian Tcl/Tk Maintainers 
Packages co-maintained by OCT & Debian Tcl/Tk Maintainers 

Community packages maintained by OCT

Prodding

Please, for getting in contact and reporting issues, consider ...

Known issues

There is a bug related to the install precedence of the Ubuntu Hardy versions of the aolserver4  and the aolserver4-core  packages. Their installation fails, leaving these and directly dependent packages uninitialised. The user is presented the following error description:

libnsd.so: cannot open shared object file: No such file or directory

The fix is simple, just force a configuration of the remaining packages by executing:

dpkg --configure -a