1234567891011121314151617181920 |
- Installation guide for AToMPM server
- -------------------------------------
- 1. Installing Python and its packages
- 1.1. Download and install the latest Python 2.7.X (32-bit) from http://python.org/download/
- 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
- 2. Installing AToMPM
- 2.1. Download and unzip the AToMPM sources from http://www-ens.iro.umontreal.ca/~syriani/atompm/atompm.htm#dev
- This will create an atompm/ folder.
- 2.3. Download and install node.js version 0.10.31 from http://nodejs.org/#download
- 2.4. Run node and from atompm/ folder, run 'npm install socket.io@0.9.16'
- 2.5. Run 'npm install socket.io-client@0.9.16'
- 3. Running AToMPM server
- 3.1. Execute 'node httpwsd.js'
- 3.2. Execute 'python mt\main.py'
- 3.3. With Google Chrome navigate to 'http://localhost:8124/atompm'
- A batch-file called "run.bat" in the main AToMPM folder bundles these commands (Windows only).
|