Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 765 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 765 Bytes

The server has a some dependency that need to be instaled before it can run smoothly.

We recommand instaling a python3 virtual env to make it run in ./python_virtual with the following command

virtualenv -p /path/to/python3 path/to/python_spinal_web/python_virtual`

then

source python_virtual/bin/activate

this makes ./python_virtual/bin/ the "default python path" is your terminal, this means that pip an easy_install are also called from there.

Some library are needed to have the server running

SQLAlchemy pyramid_tm html2text pyramid_marrowmailer colander passlib pyramid_jinja2 alembic configparser

Most of them can be install with pip. In some case configparser needs to be installed with easy_install

you also need nodeJS installed