User Tools

Site Tools


software:uima:setup:webpage

Follow these instructions to set up the web visualization of the results produced by RoboSherlock.

 sudo apt-get install tasksel
 sudo tasksel install lamp-server
 sudo /etc/init.d/apache2 restart
 CHECK: http://localhost/
 

TODO: detach webpage from main repo. Check out the webpage from

 github

change the two occurrences of “/var/www” to your “$UIMA_WORKSPACE/ias-uima/www” directory in “/etc/apache2/sites-enabled/000-default”

 sudo /etc/init.d/apache2 restart

CHECK: http://localhost/

Set up PHP

 sudo apt-get install libapache2-mod-php5 libphp-jpgraph
 sudo a2enmod php5
 sudo /etc/init.d/apache2 restart
 

CHECK: http://localhost/test.php

Set up the connection to mongoDB

sudo apt-get install php5-dev php5-cli php-pear
sudo pecl install mongo
sudo /etc/init.d/apache2 restart

CHECK: http://localhost/uima.php

You're done:)

software/uima/setup/webpage.txt · Last modified: 2016/05/19 09:19 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki