Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
7c43ca4f
Commit
7c43ca4f
authored
Apr 17, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make note about jinja2 dependency going away
parent
cd5fe8a4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
gettingstarted.html
+4
-4
rst/gettingstarted.rst
+4
-4
searchindex.js
+0
-0
No files found.
gettingstarted.html
View file @
7c43ca4f
...
...
@@ -181,13 +181,13 @@ that you’ll be talking to the remote machines from), you will need:</p>
<li>
The Python 2.5 backport of the
<tt
class=
"docutils literal"
><span
class=
"pre"
>
multiprocessing
</span></tt>
module (
<a
class=
"reference external"
href=
"http://code.google.com/p/python-multiprocessing/wiki/Install"
>
see here
</a>
)
</li>
<li><tt
class=
"docutils literal"
><span
class=
"pre"
>
python-simplejson
</span></tt></li>
</ul>
<p>
On the managed nodes, to use templates
, you will also need:
</p>
<p>
If you have any managed-nodes with python older than 2.6
, you will also need:
</p>
<ul
class=
"simple"
>
<li><tt
class=
"docutils literal"
><span
class=
"pre"
>
python-
jinja2
</span></tt>
(you can easily install this using ansible)
</li>
<li><tt
class=
"docutils literal"
><span
class=
"pre"
>
python-
simplejson
</span></tt>
</li>
</ul>
<p>
And if you have any managed-nodes with python older than 2.6
, you will also need:
</p>
<p>
On the managed nodes, to use templates
, you will also need:
</p>
<ul
class=
"simple"
>
<li><tt
class=
"docutils literal"
><span
class=
"pre"
>
python-
simplejson
</span></tt>
</li>
<li><tt
class=
"docutils literal"
><span
class=
"pre"
>
python-
jinja2
</span></tt>
(you can easily install this using ansible, and this will not be required in version 0.3)
</li>
</ul>
</div>
<div
class=
"section"
id=
"getting-ansible"
>
...
...
rst/gettingstarted.rst
View file @
7c43ca4f
...
...
@@ -18,13 +18,13 @@ If you are only running Python 2.5, you will also need:
* The Python 2.5 backport of the ``multiprocessing`` module (`see here <http://code.google.com/p/python-multiprocessing/wiki/Install>`_)
* ``python-simplejson``
On the managed nodes, to use templates
, you will also need:
If you have any managed-nodes with python older than 2.6
, you will also need:
* ``python-
jinja2`` (you can easily install this using ansible)
* ``python-
simplejson``
And if you have any managed-nodes with python older than 2.6
, you will also need:
On the managed nodes, to use templates
, you will also need:
* ``python-
simplejson``
* ``python-
jinja2`` (you can easily install this using ansible, and this will not be required in version 0.3)
Getting Ansible
```````````````
...
...
searchindex.js
View file @
7c43ca4f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment