-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
darvid edited this page Dec 28, 2012
·
2 revisions
Before installing Trine, ensure that your server has Python installed, and that is a recent enough version (2.6 is required). Note that Python 3 is not supported at this time; it should not even be installed on most Linux distributions.
Python should come pre-installed on most Linux distributions, and it can be installed and used with little effort on Windows Server.
# apt-get install python-setuptools
# wget -O - http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg | sh
An installer for setuptools can be downloaded here.
# curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
OR
# easy_install pip
Run easy_install pip
.
# git clone git://github.com/darvid/trine.git
# cd trine
# pip install -r requirements.txt
# python setup.py install
Security problem ?