install.txt 1008 B

1234567891011121314151617181920
  1. Installation guide for AToMPM server
  2. -------------------------------------
  3. 1. Installing Python and its packages
  4. 1.1. Download and install the latest Python 2.7.X (32-bit) from http://python.org/download/
  5. 1.2. Download and install the python-igraph version 0.6.5 from https://pypi.python.org/pypi/python-igraph/0.6.5 package from http://igraph.sourceforge.net/download.html
  6. 2. Installing AToMPM
  7. 2.1. Download and unzip the AToMPM sources from http://www-ens.iro.umontreal.ca/~syriani/atompm/atompm.htm#dev
  8. This will create an atompm/ folder.
  9. 2.3. Download and install node.js version 0.10.31 from http://nodejs.org/#download
  10. 2.4. Run node and from atompm/ folder, run 'npm install socket.io@0.9.16'
  11. 2.5. Run 'npm install socket.io-client@0.9.16'
  12. 3. Running AToMPM server
  13. 3.1. Execute 'node httpwsd.js'
  14. 3.2. Execute 'python mt\main.py'
  15. 3.3. With Google Chrome navigate to 'http://localhost:8124/atompm'
  16. A batch-file called "run.bat" in the main AToMPM folder bundles these commands (Windows only).