User Tools

Site Tools


software:uima:setup:webpage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:uima:setup:webpage [2013/10/08 15:20] – created balintbesoftware:uima:setup:webpage [2016/05/19 09:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Follow these instructions to set up the web visualization of the results produced by RoboSherlock+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.1381245612.txt.gz · Last modified: 2016/05/19 09:18 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki