Changes between Version 11 and Version 12 of GENIEducation/HyperNets


Ignore:
Timestamp:
08/09/13 10:37:02 (11 years ago)
Author:
shuang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/HyperNets

    v11 v12  
    6363  }}}
    6464  - 7.4 recompile the source code, in folder "RPCServer/", do "make clean", then do "make". you might need to install make first.
     65 - 8. copy "log.html" in RPCServer/ folder to your web directory. In our case, since the web directory is at "/var/www/", we first change the permission on that folder to allow user "hypernet" to write, then put log.html in "/var/www/log/" folder:
     66 {{{
     67 sudo chmod -R 777 /var/www/
     68 mkdir /var/www/log/
     69 cp log.html /var/www/log/
     70 }}}
     71 - 9. in folder RPCServer/, change runServer.sh accordingly. since the log file is in /var/www/log/ folder, you do not need to change runServer.sh
     72 - 10. You are all set. In folder RPCServer/, run the hypervisor service by running:
     73 {{{
     74 ./runServer.sh
     75 }}}
     76 And you will see the logs from the hypervisor Log page: http://128.89.91.33/log/log.html
    6577
    6678