Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesivsm committed Jun 30, 2016
1 parent 1f46c67 commit 1f0ff42
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ You must then set the crawler to be run once every few minutes with a limited nu
*/2 * * * * cd {root};source venv/bin/activate;./manager.py fetch --limit 20 -r
Upgrading
---------

The ``master`` branch should always be working and it is recommended you install the project using this one. Partial or unstable change maybe present in the ``develop`` branch even if it'll be avoided as much as we can.
So if you're planning on using the project from the source, you should be using the ``master`` branch only, but, if you're proposing patches, please make your pull request against the ``develop`` branch.

If you have already installed JARR and want to upgrade to a later version, you may encounter some problem if some change have appeared in the model. To fix this, upgrade your database with the following commaned :

.. code:: bash
./manager.py db upgrade
License
-------

Expand Down

0 comments on commit 1f0ff42

Please sign in to comment.