Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop' of github.com:moschlar/SAUCE into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Jan 3, 2015
2 parents 5bf12e9 + 9695fed commit 137a862
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions INSTALL.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
Usage
-----

Once a WSGI server has started the SAUCE application
(see below for instructions) you should have gotten
some default dummy data (Events, Assignments, Submissions,
Users).

For login data please see README.rst.


Installation and Setup
----------------------


Development Setup
^^^^^^^^^^^^^^^^^

Expand All @@ -33,7 +21,7 @@ To set up a local instance of the SAUCE application, you will need:
**NOTE:** If you do this, you will have to create your virtualenv
below with ``--system-site-packages`` instead of ``--no-site-packages``.
If you are not familiar with what this switch does, please ask
for help *now* to avoid probems in the future ;).
for help *now* to avoid problems in the future ;).

No further packages have to be installed in the system, everything else
gets installed inside a `virtualenv <http://www.virtualenv.org>`_
Expand Down Expand Up @@ -80,6 +68,15 @@ Then you are ready to go.
You can access your instance of the application by browsing to:
http://localhost:8080/

Usage
^^^^^

Once a WSGI server has started the SAUCE application
(see below for instructions) you should have gotten
some default dummy data (Events, Assignments, Submissions,
Users).

For login data please see README.rst.

Test suite
^^^^^^^^^^
Expand Down

0 comments on commit 137a862

Please sign in to comment.