Changeset 13:f1f11159dbed in mailjam for INSTALL


Ignore:
Timestamp:
May 21, 2012, 11:55:26 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Added first version of the project documentation. Inside docs/src there is
the sphinx [1] project we use to manage the docs. Inside docs/html there is
a copy of the docs in html format.

Fixed some typos in the INSTALL file

Added two new parameters to the postman.conf file (both the example config
file inside conf/ and the one used for testing in postman/tests/). These
parameters do nothing yet (they are related to ssl stuff) but we do talk
about them in the docs.

Added a new method to the XMLRPC list of methods related to members.

[1] http://sphinx.pocoo.org

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r12 r13  
    1010
    1111Postman has been tested with python *2.7.x*, but it should work with versions
    12 2.6.x too.
     12*2.6.x* too.
    1313
    1414Please, refer to your operating system package system documentation to learn
     
    5555     source /path/to/your/env/bin/activate.csh
    5656
    57 And, once the environment has been activated, using pip to install Postman::
     57And, once the environment has been activated, use pip to install Postman::
    5858
    5959  env$ pip install -e https://bitbucket.org/codigo23/postman#egg=postman
Note: See TracChangeset for help on using the changeset viewer.