Skip to content

Commit

Permalink
Merge pull request #4 from davidbgk/better-documentation
Browse files Browse the repository at this point in the history
Better documentation
  • Loading branch information
noirbizarre committed Apr 9, 2015
2 parents c506ee8 + 161174c commit d2213c8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ or with easy_install:
$ easy_install udata
Then install npm dependencies with bower:

.. code-block:: console
$ bower install
ElasticSearch
=============
Expand All @@ -50,6 +55,17 @@ The ICU plugin is required for ElasticSearch.
ICU Analysis: https://github.com/elasticsearch/elasticsearch-analysis-icu


Running
=======

To run the development server:

.. code-block:: console
$ python manage.py serve
Your instance should be available at http://127.0.0.1:6666/


Documentation
=============
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tests"
],
"resolutions": {
"jquery": "~2.1.1"
"bootstrap": "~3.3.1"
},
"dependencies": {
"jquery": "~2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion udata/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>Copyright &copy; Company 2013</p>
<p>Copyright &copy; Company 2015</p>
</div>
</div>
</div>
Expand Down

0 comments on commit d2213c8

Please sign in to comment.