This shows you the differences between two versions of the page.
playground:playground [2015/01/24 13:02] d.roepert [HOWTO setup Jacq on your system] |
playground:playground [2015/01/24 14:38] (current) d.roepert [HOWTO setup JACQ on your system] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== PlayGround ====== | ====== PlayGround ====== | ||
- | ====== Install Jacq system ====== | + | ====== Install JACQ system ====== |
- | ==== HOWTO setup Jacq on your system ==== | + | ==== HOWTO setup JACQ on your system ==== |
This setup uses the Debian Wheezy (64-bit) Linux OS.\\ | 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]])\\ \\ | 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]])\\ \\ | ||
Line 21: | Line 21: | ||
<WRAP left round box 95%> | <WRAP left round box 95%> | ||
cd /var/www/\\ | cd /var/www/\\ | ||
- | git clone git:////git.code.sf.net/p/jacq/legacy jacq\\ | + | git clone %%git://git.code.sf.net/p/jacq/legacy jacq%%\\ |
- | git clone git:////git.code.sf.net/p/jacq/code jacq-yii | + | git clone %%git://git.code.sf.net/p/jacq/code jacq-yii%% |
</WRAP>\\ | </WRAP>\\ | ||
# download some Jacq configuration files | # download some Jacq configuration files | ||
<WRAP left round box 95%> | <WRAP left round box 95%> | ||
cd /var/tmp/\\ | cd /var/tmp/\\ | ||
- | curl -O http:////ww2.bgbm.org/temp/jacq_to_go.tar\\ | + | curl -O http://ww2.bgbm.org/temp/jacq_to_go.tar\\ |
tar -xvf jacq_to_go.tar\\ | tar -xvf jacq_to_go.tar\\ | ||
mv install.php /var/www/jacq/input/install.php\\ | mv install.php /var/www/jacq/input/install.php\\ | ||
Line 34: | Line 34: | ||
cat herbarinput.sql | mysql -uroot -p (# use password from mysql setup)\\ | cat herbarinput.sql | mysql -uroot -p (# use password from mysql setup)\\ | ||
cat herbarinput_log.sql | mysql -uroot -p (# use password from mysql setup)\\ | cat herbarinput_log.sql | mysql -uroot -p (# use password from mysql setup)\\ | ||
- | cat jacq-yii/docs/database/jacq_input.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 jacq-yii/docs/database/jacq_input_organisation.sql| mysql -uroot -p jacq_input (# 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)\\ |
</WRAP>\\ | </WRAP>\\ | ||
Please edit and change the mysql settings to your mysql user password | Please edit and change the mysql settings to your mysql user password | ||
Line 45: | Line 45: | ||
* http://IPAddress/jacq/output for search interface | * http://IPAddress/jacq/output for search interface | ||
- | You can find more information about workin with the Jacq system here [[:export_documentation|Data Input and Manipulation in the JACQ System]] | + | 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 ==== | + | ==== Donwload JACQ as a VM ==== |
You can download the system as an Open Virtualization Format (OVF) appliance here: | You can download the system as an Open Virtualization Format (OVF) appliance here: | ||
- | * [[http://ww2.bgbm.org/temp/Jacq_to_go64bit.zip|get Jacq 64 bit Debian (~ 600 MB)]]. | + | * [[http://ww2.bgbm.org/temp/Jacq_to_go_64bit.zip|get Jacq 64 bit Debian (~ 590 MB)]]. |
- | * [[http://ww2.bgbm.org/temp/Jacq_to_go32bit.zip|get Jacq 32 bit Debian (~ 600 MB)]]. | + | * [[http://ww2.bgbm.org/temp/Jacq_to_go_32bit.zip|get Jacq 32 bit Debian (~ 560 MB)]]. |
Please unpack the file.\\ \\ | 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]].\\ | 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. For "root" the password is "Passw0rd". | + | 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 <<Change Network Settings>> and in the next window\\ \\ | ||
+ | {{:playground:vm_network_config.png?nolink&300|}}\\ | ||
+ | click on <<OK>>\\ | ||
+ | |||
+ | 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.\\ | 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 should now be able to access the Jacq system via | ||
Line 61: | Line 68: | ||
* http://IPAddress/jacq/output for search interface | * http://IPAddress/jacq/output for search interface | ||
- | You can find more information about workin with the Jacq system here [[:export_documentation|Data Input and Manipulation in the JACQ System]] | + | You can find more information about working with the JACQ system here [[:export_documentation|Data Input and Manipulation in the JACQ System]] |