Skip to content

Commit

Permalink
Added download links
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Nov 23, 2011
1 parent 2290727 commit a3ea866
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
7 changes: 7 additions & 0 deletions _sources/install.txt
Expand Up @@ -27,6 +27,13 @@ The installation procedure
- Grab the source code. Let's assume you downloaded a ``mypi-x.y.tar.gz`` and - Grab the source code. Let's assume you downloaded a ``mypi-x.y.tar.gz`` and
stored it in ``/tmp``. stored it in ``/tmp``.


Tagged downloads:
* https://github.com/exhuma/mypi/tags

Sources:
* https://github.com/exhuma/mypi
* https://github.com/exhuma/mypi/downloads

- Add a new user (security):: - Add a new user (security)::


sudo useradd -m -r -d /var/www/mypi mypi sudo useradd -m -r -d /var/www/mypi mypi
Expand Down
7 changes: 7 additions & 0 deletions docs/install.rst
Expand Up @@ -27,6 +27,13 @@ The installation procedure
- Grab the source code. Let's assume you downloaded a ``mypi-x.y.tar.gz`` and - Grab the source code. Let's assume you downloaded a ``mypi-x.y.tar.gz`` and
stored it in ``/tmp``. stored it in ``/tmp``.


Tagged downloads:
* https://github.com/exhuma/mypi/tags

Sources:
* https://github.com/exhuma/mypi
* https://github.com/exhuma/mypi/downloads

- Add a new user (security):: - Add a new user (security)::


sudo useradd -m -r -d /var/www/mypi mypi sudo useradd -m -r -d /var/www/mypi mypi
Expand Down
13 changes: 13 additions & 0 deletions install.html
Expand Up @@ -69,6 +69,19 @@ <h2>The installation procedure<a class="headerlink" href="#the-installation-proc
<ul> <ul>
<li><p class="first">Grab the source code. Let&#8217;s assume you downloaded a <tt class="docutils literal"><span class="pre">mypi-x.y.tar.gz</span></tt> and <li><p class="first">Grab the source code. Let&#8217;s assume you downloaded a <tt class="docutils literal"><span class="pre">mypi-x.y.tar.gz</span></tt> and
stored it in <tt class="docutils literal"><span class="pre">/tmp</span></tt>.</p> stored it in <tt class="docutils literal"><span class="pre">/tmp</span></tt>.</p>
<dl class="docutils">
<dt>Tagged downloads:</dt>
<dd><ul class="first last simple">
<li><a class="reference external" href="https://github.com/exhuma/mypi/tags">https://github.com/exhuma/mypi/tags</a></li>
</ul>
</dd>
<dt>Sources:</dt>
<dd><ul class="first last simple">
<li><a class="reference external" href="https://github.com/exhuma/mypi">https://github.com/exhuma/mypi</a></li>
<li><a class="reference external" href="https://github.com/exhuma/mypi/downloads">https://github.com/exhuma/mypi/downloads</a></li>
</ul>
</dd>
</dl>
</li> </li>
<li><p class="first">Add a new user (security):</p> <li><p class="first">Add a new user (security):</p>
<div class="highlight-python"><pre>sudo useradd -m -r -d /var/www/mypi mypi</pre> <div class="highlight-python"><pre>sudo useradd -m -r -d /var/www/mypi mypi</pre>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3ea866

Please sign in to comment.