Changeset fda51eb
- Timestamp:
- 10/27/11 17:40:41 (19 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 68b2850
- Parents:
- dd4e932
- git-author:
- yomguy <yomguy@…> (10/27/11 17:40:41)
- git-committer:
- yomguy <yomguy@…> (10/27/11 17:40:41)
- File:
-
- 1 edited
-
INSTALL.rst (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
INSTALL.rst
r149505a rfda51eb 3 3 ================== 4 4 5 Don't worry, Telemeta is easy to setup as any other Django app ! 6 5 7 ----------------- 6 8 Requirements … … 17 19 ----------------------- 18 20 21 Install Telemeta 22 ------------------ 23 24 * Using python package tools (install MANY dependencies automatically):: 25 26 sudo pip install telemeta 27 28 or:: 29 30 sudo easy_install telemeta 31 32 * Downloading the latest tar archive at http://telemeta.org. Uncompress it and install. For example:: 33 34 tar xzf telemeta-1.0.tar.gz 35 cd telemeta-1.0 36 sudo python setup.py install 37 38 19 39 Install the dependencies 20 40 ------------------------- … … 64 84 python setup.py install 65 85 66 67 Install Telemeta68 ------------------69 70 * Using python package tools::71 72 sudo pip install telemeta73 74 or::75 76 sudo easy_install telemeta77 78 * Downloading the latest tar archive at http://telemeta.org. Uncompress it and install. For example::79 80 tar xzf telemeta-1.0.tar.gz81 cd telemeta-1.082 sudo python setup.py install83 84 86 ------------------------- 85 87 Fast testing (sandbox) … … 121 123 122 124 Edit the file settings.py in a text editor. 123 Modifiy the following variables: 125 Modifiy the following variables:: 124 126 125 127 ADMINS = telemeta requires that you indicate an administrator here … … 140 142 ) 141 143 142 Set the following languages: 144 Set the following languages:: 143 145 144 146 LANGUAGES = [ ('fr', 'French'), … … 147 149 148 150 149 Set the following Middlewares: 151 Set the following Middlewares:: 150 152 151 153 MIDDLEWARE_CLASSES = ( … … 158 160 ) 159 161 160 Add the following variables: 162 Add the following variables:: 161 163 162 164 TEMPLATE_CONTEXT_PROCESSORS = (
Note: See TracChangeset
for help on using the changeset viewer.
