Changeset 16:cd4170142d87 in mailjam for INSTALL
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r13 r16 1 Postman- installation instructions1 Mailjam - installation instructions 2 2 =================================== 3 3 … … 7 7 --------------------------- 8 8 9 So far, the only dependency you will need in order to run postmanis Python [1]_9 So far, the only dependency you will need in order to run mailjam is Python [1]_ 10 10 11 Postmanhas been tested with python *2.7.x*, but it should work with versions11 Mailjam has been tested with python *2.7.x*, but it should work with versions 12 12 *2.6.x* too. 13 13 … … 15 15 more about how to install python. 16 16 17 Second, install Postman17 Second, install Mailjam 18 18 ----------------------- 19 19 … … 21 21 ++++++++++++++++++++ 22 22 23 You can install Postmanusing pip [2]_::23 You can install Mailjam using pip [2]_:: 24 24 25 pip install -e https://bitbucket.org/codigo23/ postman#egg=postman25 pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam 26 26 27 27 .. note:: 28 28 29 Postmanhas not been recorded/uploaded to pypi [3]_ yet, so, in order29 Mailjam has not been recorded/uploaded to pypi [3]_ yet, so, in order 30 30 to install it using pip you will have to provide the URL for the public 31 Postmanrepo.31 Mailjam repo. 32 32 33 33 Installing using easy_install 34 34 +++++++++++++++++++++++++++++ 35 35 36 You can not install Postmanusing easy_install [4]_ yet (until we do36 You can not install Mailjam using easy_install [4]_ yet (until we do 37 37 record/upload it to pypi) 38 38 … … 40 40 ++++++++++++++++++++++++++++++ 41 41 42 You can install Postmaninside a virtualenv [5]_. Just create a virtualenv::42 You can install Mailjam inside a virtualenv [5]_. Just create a virtualenv:: 43 43 44 44 virtualenv /path/to/your/env … … 55 55 source /path/to/your/env/bin/activate.csh 56 56 57 And, once the environment has been activated, use pip to install Postman::57 And, once the environment has been activated, use pip to install Mailjam:: 58 58 59 env$ pip install -e https://bitbucket.org/codigo23/ postman#egg=postman59 env$ pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam 60 60 61 61 Installing from sources … … 70 70 *************** 71 71 72 The source code of Postmanis hosted in bitbucket [6]_. In order to grab72 The source code of Mailjam is hosted in bitbucket [6]_. In order to grab 73 73 the latest sources you need Mercurial [7]_. 74 74 75 75 To get a copy of the sources, just *clone* the repository:: 76 76 77 hg clone https://bitbucket.org/codigo23/ postman postman-repo77 hg clone https://bitbucket.org/codigo23/mailjam mailjam-repo 78 78 79 Then, go inside the * postman-repo* directory and run::79 Then, go inside the *mailjam-repo* directory and run:: 80 80 81 81 python setup.py install … … 87 87 *root* privileges - for example using sudo [8]_) 88 88 89 Setting up Postman89 Setting up Mailjam 90 90 ------------------ 91 91 92 92 TBW 93 93 94 Running Postman94 Running Mailjam 95 95 --------------- 96 96 … … 107 107 .. [4] http://peak.telecommunity.com/DevCenter/EasyInstall 108 108 .. [5] http://www.virtualenv.org/en/latest/index.html 109 .. [6] https://bitbucket.org/codigo23/ postman109 .. [6] https://bitbucket.org/codigo23/mailjam 110 110 .. [7] http://mercurial.selenic.com 111 111 .. [8] http://sudo.ws
Note:
See TracChangeset
for help on using the changeset viewer.