====== PlayGround ====== ====== Install JACQ system ====== ==== HOWTO setup JACQ on your system ==== This setup uses the Debian Wheezy (64-bit) Linux OS.\\ Start with a clean OS install (e.g. [[http://cdimage.debian.org/debian-cd/7.8.0/amd64/iso-cd/debian-7.8.0-amd64-netinst.iso|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 \\ # download and install needed packages sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server mysql-client php5-mysql phpmyadmin git curl \\ # download Jacq source code from sourceforge 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%% \\ # download some Jacq configuration files 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 -p (# use password from mysql setup)\\ cat herbarinput_log.sql | mysql -uroot -p (# use password from mysql setup)\\ cat /var/www/jacq-yii/docs/database/jacq_input.sql | mysql -uroot -p (# use password from mysql setup)\\ cat /var/www/jacq-yii/docs/database/jacq_input_organisation.sql| mysql -uroot -p jacq_input (# use password from mysql setup)\\ \\ Please edit and change the mysql settings to your mysql user password * /var/www/jacq/input/inc/variables.php * /var/www/jacq/output/inc/variables.php\\ Open the URL http://YourIPAddress/jacq/input/install.php to create the first user.\\ \\ You should now be able to access the Jacq system via * http://IPAddress/jacq/input for datainput (Login: user and password added in the last step) * http://IPAddress/jacq/output for search interface You can find more information about working with the JACQ system here [[:export_documentation|Data Input and Manipulation in the JACQ System]] ==== Donwload JACQ as a VM ==== You can download the system as an Open Virtualization Format (OVF) appliance here: * [[http://ww2.bgbm.org/temp/Jacq_to_go_64bit.zip|get Jacq 64 bit Debian (~ 590 MB)]]. * [[http://ww2.bgbm.org/temp/Jacq_to_go_32bit.zip|get Jacq 32 bit Debian (~ 560 MB)]]. Please unpack the file.\\ \\ Import the ova file for example in VMWarePlayer, Virtualbox [[http://en.wikipedia.org/wiki/Open_Virtualization_Format|more infos about ova]].\\ After importing the appliance and starting the virtual maschine you sholud be able to start working with the system. \\ If you receive the following error\\ \\ {{:playground:vm_error.png?nolink&300|}}\\ click on <> and in the next window\\ \\ {{:playground:vm_network_config.png?nolink&300|}}\\ click on <>\\ 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 * http://IPAddress/jacq/input for datainput (Login: admin/admin) * http://IPAddress/jacq/output for search interface You can find more information about working with the JACQ system here [[:export_documentation|Data Input and Manipulation in the JACQ System]]