installation.html 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Installation &mdash; AToMPM 0.6 documentation</title>
  7. <link rel="stylesheet" href="_static/classic.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/mystyle.css" type="text/css" />
  10. <script type="text/javascript">
  11. var DOCUMENTATION_OPTIONS = {
  12. URL_ROOT: './',
  13. VERSION: '0.6',
  14. COLLAPSE_INDEX: false,
  15. FILE_SUFFIX: '.html',
  16. HAS_SOURCE: true
  17. };
  18. </script>
  19. <script type="text/javascript" src="_static/jquery.js"></script>
  20. <script type="text/javascript" src="_static/underscore.js"></script>
  21. <script type="text/javascript" src="_static/doctools.js"></script>
  22. <link rel="top" title="AToMPM 0.6 documentation" href="index.html" />
  23. <link rel="next" title="Overview" href="overview.html" />
  24. <link rel="prev" title="AToMPM Documentation" href="index.html" />
  25. </head>
  26. <body role="document">
  27. <div class="related" role="navigation" aria-label="related navigation">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="overview.html" title="Overview"
  35. accesskey="N">next</a> |</li>
  36. <li class="right" >
  37. <a href="index.html" title="AToMPM Documentation"
  38. accesskey="P">previous</a> |</li>
  39. <li class="nav-item nav-item-0"><a href="index.html">AToMPM 0.6 documentation</a> &raquo;</li>
  40. </ul>
  41. </div>
  42. <div class="document">
  43. <div class="documentwrapper">
  44. <div class="bodywrapper">
  45. <div class="body" role="main">
  46. <div class="section" id="installation">
  47. <h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h1>
  48. <div class="section" id="windows">
  49. <h2>Windows<a class="headerlink" href="#windows" title="Permalink to this headline">¶</a></h2>
  50. <p>To install AToMPM on Windows, follow these steps:</p>
  51. <ul class="simple">
  52. <li>Download and install the latest Python 2.7.X (32-bit) from <a class="reference external" href="http://python.org/download/">http://python.org/download/</a></li>
  53. <li>Download and install python-igraph from <a class="reference external" href="http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph">http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph</a></li>
  54. <li>Download and install node.js version 4.5.0 from <a class="reference external" href="https://nodejs.org/en/">https://nodejs.org/en/</a></li>
  55. <li>Download and unzip the AToMPM sources from <a class="reference external" href="https://msdl.uantwerpen.be/git/simon/AToMPM/archive/master.zip">https://msdl.uantwerpen.be/git/simon/AToMPM/archive/master.zip</a>.</li>
  56. <li>In the AToMPM folder, run the command &#8216;npm install&#8217;.</li>
  57. </ul>
  58. <p>To run AToMPM on Windows, execute the <cite>run.bat</cite> script inside of the main AToMPM folder.</p>
  59. </div>
  60. <div class="section" id="linux">
  61. <h2>Linux<a class="headerlink" href="#linux" title="Permalink to this headline">¶</a></h2>
  62. <p>Download and unzip the AToMPM sources from <a class="reference external" href="https://msdl.uantwerpen.be/git/simon/AToMPM/archive/master.zip">https://msdl.uantwerpen.be/git/simon/AToMPM/archive/master.zip</a>.</p>
  63. <p>To run AToMPM, execute the <cite>run_AToMPM.sh</cite> script inside of the main AToMPM folder.</p>
  64. </div>
  65. <div class="section" id="mac">
  66. <h2>Mac<a class="headerlink" href="#mac" title="Permalink to this headline">¶</a></h2>
  67. <p>To install AToMPM on Mac, follow these steps:</p>
  68. <ul class="simple">
  69. <li>Download and install the latest Python 2.7.X (32-bit) from <a class="reference external" href="http://python.org/download/">http://python.org/download/</a></li>
  70. <li>Download and install python-igraph from <a class="reference external" href="http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph">http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph</a></li>
  71. <li>Download and install node.js version 4.5.0 from <a class="reference external" href="https://nodejs.org/en/">https://nodejs.org/en/</a></li>
  72. <li>Download and unzip the AToMPM sources from <a class="reference external" href="https://msdl.uantwerpen.be/git/simon/AToMPM/archive/master.zip">https://msdl.uantwerpen.be/git/simon/AToMPM/archive/master.zip</a>.</li>
  73. <li>In the AToMPM folder, run the command &#8216;npm install&#8217;.</li>
  74. </ul>
  75. <p>To run AToMPM on Mac, follow these steps:</p>
  76. <ul class="simple">
  77. <li>Execute <cite>node httpwsd.js</cite> in the main AToMPM folder</li>
  78. <li>Execute <cite>python mt\main.py</cite> in the main AToMPM folder</li>
  79. <li>Open a browser (preferably Chrome) and navigate to <a class="reference external" href="http://localhost:8124/atompm">http://localhost:8124/atompm</a></li>
  80. </ul>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  87. <div class="sphinxsidebarwrapper">
  88. <h3><a href="index.html">Table Of Contents</a></h3>
  89. <ul>
  90. <li><a class="reference internal" href="#">Installation</a><ul>
  91. <li><a class="reference internal" href="#windows">Windows</a></li>
  92. <li><a class="reference internal" href="#linux">Linux</a></li>
  93. <li><a class="reference internal" href="#mac">Mac</a></li>
  94. </ul>
  95. </li>
  96. </ul>
  97. <h4>Previous topic</h4>
  98. <p class="topless"><a href="index.html"
  99. title="previous chapter">AToMPM Documentation</a></p>
  100. <h4>Next topic</h4>
  101. <p class="topless"><a href="overview.html"
  102. title="next chapter">Overview</a></p>
  103. <div role="note" aria-label="source link">
  104. <h3>This Page</h3>
  105. <ul class="this-page-menu">
  106. <li><a href="_sources/installation.txt"
  107. rel="nofollow">Show Source</a></li>
  108. </ul>
  109. </div>
  110. <div id="searchbox" style="display: none" role="search">
  111. <h3>Quick search</h3>
  112. <form class="search" action="search.html" method="get">
  113. <div><input type="text" name="q" /></div>
  114. <div><input type="submit" value="Go" /></div>
  115. <input type="hidden" name="check_keywords" value="yes" />
  116. <input type="hidden" name="area" value="default" />
  117. </form>
  118. </div>
  119. <script type="text/javascript">$('#searchbox').show(0);</script>
  120. </div>
  121. </div>
  122. <div class="clearer"></div>
  123. </div>
  124. <div class="related" role="navigation" aria-label="related navigation">
  125. <h3>Navigation</h3>
  126. <ul>
  127. <li class="right" style="margin-right: 10px">
  128. <a href="genindex.html" title="General Index"
  129. >index</a></li>
  130. <li class="right" >
  131. <a href="overview.html" title="Overview"
  132. >next</a> |</li>
  133. <li class="right" >
  134. <a href="index.html" title="AToMPM Documentation"
  135. >previous</a> |</li>
  136. <li class="nav-item nav-item-0"><a href="index.html">AToMPM 0.6 documentation</a> &raquo;</li>
  137. </ul>
  138. </div>
  139. <div class="footer" role="contentinfo">
  140. &copy; Copyright 2016, Raphael Mannadiar, Simon Van Mierlo, Huseyin Ergin, Conner Hansen, Eugene Syriani, Jonathan Corley.
  141. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.5.
  142. </div>
  143. </body>
  144. </html>