This is an old revision of the document!
This setup uses the Debian Wheezy (64-bit) Linux OS.
Start with a clean OS install (e.g. Debian 7.8 64-bit)
# automatically download and install important security updates sudo apt-get update sudo apt-get upgrade sudo apt-get install unattended-upgrades sudo dpkg-reconfigure -plow unattended-upgrades
sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server mysql-client php5-mysql phpmyadmin sudo apt-get install git curl cd /var/www/ git clone git:git.code.sf.net/p/jacq/legacy jacq git clone git:git.code.sf.net/p/jacq/code jacq-yii cd /var/tmp/ curl -O http://ww2.bgbm.org/temp/jacq_to_go.tar tar -xvf jacq_to_go.tar mv install.php /var/www/jacq/input/install.php mv in_variables.php /var/www/jacq/input/inc/variables.php mv out_variables.php /var/www/jacq/output/inc/variables.php cat herbarinput.sql | mysql -uroot -pPassw0rd cat herbarinput_log.sql | mysql -uroot -pPassw0rd cat jacq-yii/docs/database/jacq_input.sql | mysql -uroot -pPassw0rd cat jacq-yii/docs/database/jacq_input_organisation.sql| mysql -uroot -pPassword jacq_input
You can download the system as an Open Virtualization Format (OVF) appliance here get Jacq.
Import the ova file for example in VMWarePlayer, Virtualbox more infos about ova.
After importing the appliance and starting the virtual maschine you sholud be able to start working with the system. For “root” the password is “Passw0rd”.
The systems tries to get an IP via DHCP. So please check the IP with ifconfig within the running sytem.
You should now be able to access the Jacq system via
You can find more information about workin with the Jacq system here Data Input and Manipulation in the JACQ System