Browse Source

Add instructions to install bower on README

pull/6/head
Eduardo Edson Batista Cordeiro Alves 10 years ago
parent
commit
b95454ebbd
  1. 4
      README.rst

4
README.rst

@ -30,6 +30,10 @@ Development Environment Installation
pip install requirements -r / dev-requirements.txt pip install requirements -r / dev-requirements.txt
* Install bower dependencies::
./manage.py bower install
* Install `PostgreSQL <https://help.ubuntu.com/community/PostgreSQL>`_ if you haven't already. * Install `PostgreSQL <https://help.ubuntu.com/community/PostgreSQL>`_ if you haven't already.
* Create a ``sapl`` role with: * Create a ``sapl`` role with:

Loading…
Cancel
Save