Forum OpenACS Q&A: steps to install oacs/lrn

Collapse
22: steps to install oacs/lrn (response to 1)
Posted by Kenneth Wyrick on
1. Installed debian testing netinstall

2. apt-get install postgres

3. cd /usr/local/src/

4. download the two install scripts:
https://raw.githubusercontent.com/gustafn/install-ns/master/install-ns.sh
https://raw.githubusercontent.com/gustafn/install-ns/master/install-oacs.sh

5. edit the install-ns.sh under settings: #ns_install_dir=/usr/local/oo2
version_ns=4.99.12
#version_ns=HEAD
version_modules=4.99.12
*changed from 4.99.11 to 4.99.12

6. edit the install-oacs.sh under settings:
oacs_dir=/var/www/${oacs_service}
db_name=${oacs_service}
install_dotlrn=1
*where the dotlrn=0 is 1 as above

7. bash both scripts (above)

8. follow the instructions on the screen