Changeset 16:cd4170142d87 in mailjam for INSTALL


Ignore:
Timestamp:
May 22, 2012, 9:31:15 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Renamed the project to Mailjam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r13 r16  
    1 Postman - installation instructions
     1Mailjam - installation instructions
    22===================================
    33
     
    77---------------------------
    88
    9 So far, the only dependency you will need in order to run postman is Python [1]_
     9So far, the only dependency you will need in order to run mailjam is Python [1]_
    1010
    11 Postman has been tested with python *2.7.x*, but it should work with versions
     11Mailjam has been tested with python *2.7.x*, but it should work with versions
    1212*2.6.x* too.
    1313
     
    1515more about how to install python.
    1616
    17 Second, install Postman
     17Second, install Mailjam
    1818-----------------------
    1919
     
    2121++++++++++++++++++++
    2222
    23 You can install Postman using pip [2]_::
     23You can install Mailjam using pip [2]_::
    2424
    25   pip install -e https://bitbucket.org/codigo23/postman#egg=postman
     25  pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam
    2626
    2727.. note::
    2828
    29    Postman has not been recorded/uploaded to pypi [3]_ yet, so, in order
     29   Mailjam has not been recorded/uploaded to pypi [3]_ yet, so, in order
    3030   to install it using pip you will have to provide the URL for the public
    31    Postman repo.
     31   Mailjam repo.
    3232
    3333Installing using easy_install
    3434+++++++++++++++++++++++++++++
    3535
    36 You can not install Postman using easy_install [4]_ yet (until we do
     36You can not install Mailjam using easy_install [4]_ yet (until we do
    3737record/upload it to pypi)
    3838
     
    4040++++++++++++++++++++++++++++++
    4141
    42 You can install Postman inside a virtualenv [5]_. Just create a virtualenv::
     42You can install Mailjam inside a virtualenv [5]_. Just create a virtualenv::
    4343
    4444  virtualenv /path/to/your/env
     
    5555     source /path/to/your/env/bin/activate.csh
    5656
    57 And, once the environment has been activated, use pip to install Postman::
     57And, once the environment has been activated, use pip to install Mailjam::
    5858
    59   env$ pip install -e https://bitbucket.org/codigo23/postman#egg=postman
     59  env$ pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam
    6060
    6161Installing from sources
     
    7070***************
    7171
    72 The source code of Postman is hosted in bitbucket [6]_. In order to grab
     72The source code of Mailjam is hosted in bitbucket [6]_. In order to grab
    7373the latest sources you need Mercurial [7]_.
    7474
    7575To get a copy of the sources, just *clone* the repository::
    7676
    77   hg clone https://bitbucket.org/codigo23/postman postman-repo
     77  hg clone https://bitbucket.org/codigo23/mailjam mailjam-repo
    7878
    79 Then, go inside the *postman-repo* directory and run::
     79Then, go inside the *mailjam-repo* directory and run::
    8080
    8181  python setup.py install
     
    8787   *root* privileges - for example using sudo [8]_)
    8888
    89 Setting up Postman
     89Setting up Mailjam
    9090------------------
    9191
    9292TBW
    9393
    94 Running Postman
     94Running Mailjam
    9595---------------
    9696
     
    107107.. [4] http://peak.telecommunity.com/DevCenter/EasyInstall
    108108.. [5] http://www.virtualenv.org/en/latest/index.html
    109 .. [6] https://bitbucket.org/codigo23/postman
     109.. [6] https://bitbucket.org/codigo23/mailjam
    110110.. [7] http://mercurial.selenic.com
    111111.. [8] http://sudo.ws
Note: See TracChangeset for help on using the changeset viewer.