Skip to content
Axel Polin edited this page Nov 6, 2019 · 3 revisions

Wiki

This wiki is for the moment for linux or macOS users with bash installed.

Installation

  1. Install npm and node or download at https://nodejs.org/en/
  2. If you download (for linux users) modify the PATH with the node directory
  3. Run npm install in RamachandranServer/Server/
  4. Run ./RunServer.sh
  5. Enjoy ;)

Known issues

Note for python virtual environment (python 3.x)

If you have trouble to execute the python script in node firstly check your python version ! The script support any version in 3.x at this time (tested with python 3.5 and python 3.6)

  1. If your python version is not equal to 3.5 ( or if python is not installed ) so continue.
  2. Remove the venv directory in RamachandranServer/Server/Scripts/ramachandran
  3. Change directory to RamachandranServer/Server/Scripts
  4. Install python then run python -m venv ramachandran
  5. In bash run source ramachandran/bin/activate
  6. Now you are in your virtual environment
  7. Execute pip install biopython requests, if you haven't pip installed so run python RamachandranServer/Server/Scripts/get-pip.py before.
  8. If pip ask for a an upgrade accept it
  9. So it's ok your venv is configured with the last python 3 version !

If you have a question, or if you found a bug please open an issue !

Clone this wiki locally