Skip to content

Commit

Permalink
Update README to new layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Oct 9, 2015
1 parent f974a3a commit e14c5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The final design should be built around the following components:
Code layout
-----------

* ``api/`` contains the backend project
* ``backend/`` contains the backend project
* ``ui/`` contains the JS parts
* ``docs/`` include the documentation, built using Sphinx.

Expand All @@ -34,7 +34,7 @@ For the API:
* Install Python3.4
* Create a virtualenv: ``pyvenv ~/dev/venvs/platal2``
* Enter it: ``. ~/dev/venvs/platal2``
* Install requirements: ``cd api; make install-deps``
* Install requirements: ``cd backend; make install-deps``
* Adapt ``example_settings.ini`` into a ``local_settings.ini`` suitable to access the production database
* Setup the Django part: ``./manage.py syncdb``
* Start it up! ``./manage.py runserver``
Expand Down

0 comments on commit e14c5be

Please sign in to comment.