Skip to content

Commit

Permalink
Merge branch 'release/0.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Jan 30, 2015
2 parents 236033f + 9863556 commit bd404f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.5
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ Installation
Starting a new site
===================

First make sure you have Elasticsearch_ and Redis_ running and then:
First make sure you have Elasticsearch_ installed and running, then:

.. code-block:: bash
$ springboard startapp myapp -r https://github.com/universalcore/unicore-cms-content-ffl-tanzania
$ cd myapp
$ springboard bootstrap -v
$ pserve development.ini --reload
Starting server in PID 70411.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elastic-git
elastic-git>=0.3.3
unicore.content
pyramid
pyramid_jinja2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
pip install -e .
springboard bootstrap -v

0 comments on commit bd404f2

Please sign in to comment.