Home
News Forums Community Wiki Bugtracker Documentation Download
The Toolkit for Online Communities
12603 Community Members, 1 member online
Log In Register

Installing OpenACS on FreeBSD (quick)

OpenACS Home : xowiki : Installing OpenACS on FreeBSD (quick)
Previous Month May 2008 Next Month
Sun Mon Tue Wed Thu Fri Sat
27 28 29 30 1 2 3
4 5 6 (1) 7 (1) 8 9 (2) 10
(3) 11 (1) 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 , linux , linux, , monitoring , nginx , osx , patches , performance , pg82 , pound , redhat, , selenium , ssl , stuff

No registered users in community xowiki
in last 30 minutes


Contributors

OpenACS.org

Installing OpenACS on FreeBSD (quick)

This quick-and-dirty guide is intended for more experienced (or very impatient) users.
More detailed instructions can be found here.

1. Installation requirements

FreeBSD (6.2, 5.5 or 7-CURRENT) with updated ports tree
and NOT yet installed ports databases/postgresql82-server, www/openacs or www/openacs-dotlrn

2. Installing OpenACS

 Enter the following shell commands:

# cd /usr/ports/databases/postgresql82-server
# make install clean
# echo 'postgresql_enable="YES"' >> /etc/rc.conf.local

# cd /usr/ports/www/openacs
# make install clean
# echo 'openacs_enable="YES"' >> /etc/rc.conf.local

# /usr/local/share/doc/openacs/adjust_pgsql_conf.sh
# /usr/local/etc/rc.d/postgresql start
# /usr/local/share/doc/openacs/create_sampledb.sh
# /usr/local/etc/rc.d/openacs start

Now open  in your browser http://localhost:8000 and fill in all neccesary data, finalize installation. The openacs server goes down afterwards.

# /usr/local/etc/rc.d/openacs start

That's all! You local OpenACS installation is accesible under http://localhost:8000

3. Installing .LRN 

 Enter the following shell commands:

# cd /usr/ports/databases/postgresql82-server
# make install clean
# echo 'postgresql_enable="YES"' >> /etc/rc.conf.local

# cd /usr/ports/www/openacs-dotlrn
# make install clean
# echo 'dotlrn_enable="YES"' >> /etc/rc.conf.local

# /usr/local/share/doc/dotlrn/adjust_pgsql_conf.sh
# /usr/local/etc/rc.d/postgresql start
# /usr/local/share/doc/dotlrn/create_sampledb.sh
# /usr/local/etc/rc.d/dotlrn start

Now open  in your browser http://localhost:8000 and fill in all neccesary data, finalize installation. The .LRN server goes down afterwards.

# /usr/local/etc/rc.d/dotlrn start

That's all! You local .LRN installation is accesible under http://localhost:8000

 

A. Contact information and bug reporting

Please send bug reports and feature suggestions to the port maintainer of OpenACS/.LRN FreeBSD ports:
Martin Matuska
<mm_at_FreeBSD_dot_org>

 

 



 


References to this Page: en:openacs-system-install-freebsd-ports
Categories: Subsystems Documentation (OpenACS.org), Package Documentation (OpenACS.org), Core Packages (OpenACS.org), Non-Core Packages (OpenACS.org), DotLrn (OpenACS.org)

Comments

    Add a comment