~linaro-infrastructure/linaro-ci-dashboard/admin-app-openid

« back to all changes in this revision

Viewing changes to README

  • Committer: Stevan Radakovic
  • Date: 2012-07-09 10:53:05 UTC
  • mfrom: (3.1.2 trunk)
  • Revision ID: stevan.radakovic@linaro.org-20120709105305-bkr7mjilgg1c4vvi
Merging trunk and resolving conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Linaro CI Dashboard
 
2
===================
1
3
This is a Linaro CI Dashboard web tool used for integration of CI Loops and
2
4
various build processes.
3
5
 
4
6
Dependencies
5
7
------------
6
8
 
7
 
You need the Python django lib and couple of django modules to run the
8
 
app locally.
 
9
You need the following packages to be installed to run the app locally.
9
10
 
10
 
  $ apt-get install python-django python-django-openid-auth
 
11
  python-django
 
12
  python-django-openid-auth
11
13
 
12
14
 
13
15
Running the application
20
22
Tests
21
23
-----
22
24
 
 
25
Dependencies
 
26
------------
 
27
 
 
28
Additionally, you need the following to be able to run the tests.
 
29
   
 
30
  python-mock
 
31
  
23
32
To run all tests:
24
33
 
25
34
  $ python dashboard/manage.py test