Asqatasun v4 - Summary

Asqatasun v4 - Asqatasun Installation

You should have already done these steps:

  1. Check Hardware provisioning
  2. Download Asqatasun
  3. Check pre-requisites

(Ever need help ? Go to Asqatasun Forum.)

Execute the installation script

sudo ./install.sh --database-user <Asqatasunu_dababase_user> \
                  --database-passwd <Asqatasun_dababase_password> \
                  --database-db <Asqatasun_dababase_dbname> \ 
                  --database-host <Asqatasun_dababase_hostname> \ 
                  --asqatasun-url <Asqatasun_webapp_url> \
                  --tomcat-webapps <tomcat_webapps_directory> \
                  --tomcat-user <tomcat_unix_user> \
                  --asqa-admin-email <Asqatasun_admin_email> \
                  --asqa-admin-passwd <Asqatasun_admin_password> \
                  --firefox-esr-binary-path <path_to_Firefox_ESR_binary> \
                  --display-port <Xorg_display_port>

Script options description

Example of install-script invocation

sudo ./install.sh --database-user asqatasun \
                  --database-passwd $MyAsqatasunPassWord \
                  --database-db asqatasun \
                  --database-host localhost \
                  --asqatasun-url http://localhost:8080/asqatasun/ \
                  --tomcat-webapps /var/lib/tomcat8/webapps \
                  --tomcat-user tomcat8 \
                  --asqa-admin-email me@email.com \
                  --asqa-admin-passwd toto42 \
                  --firefox-esr-binary-path /opt/firefox/firefox \
                  --display_port :99

Next step

You can go to Add an Apache frontend.