install.txt 638 B

1234567891011121314
  1. Installation guide for AToMPM server
  2. -------------------------------------
  3. 1. Installing Dependencies
  4. 1.1. Download and install Python version 2.7 from http://python.org/download/
  5. 1.2. Download and install python-igraph version 0.6.5 from https://pypi.python.org/pypi/python-igraph/0.6.5
  6. 1.3. Download and install node.js version 0.10.31 from https://nodejs.org/en/blog/release/v0.10.31/
  7. 2. Running AToMPM
  8. 2.1. Execute 'node httpwsd.js'
  9. 2.2. Execute 'python mt\main.py'
  10. 2.3. With Google Chrome navigate to 'http://localhost:8124/atompm'
  11. A batch-file called "run.bat" in the main AToMPM folder bundles these commands (Windows only).