~canonical-ci-engineering/adt-request-proxy/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Thomi Richards
  • Date: 2015-03-10 20:41:29 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: thomi.richards@canonical.com-20150310204129-18r5snvzgfe0p7do
Feedback from code review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ADT proxy service
2
 
=================
3
 
 
4
 
 
5
 
Introduction
6
 
============
7
 
 
8
 
`adt-proxy-service` is a microservice able to interpret and queue REST
9
 
test request.
10
 
 
11
 
Installing and Running
12
 
======================
13
 
 
14
 
Create and activate a virtualenv running python 3::
15
 
 
16
 
        $ virtuelenv -p python3 ve
17
 
        $ . ve/bin/activate
18
 
 
19
 
Install system dependencies::
20
 
 
21
 
  $ pip install -r requirements.txt
22
 
 
23
 
Sample configuration as '.adt-service.conf'::
24
 
 
25
 
  [amqp]
26
 
  uris = amqp://guest:guest@localhost:5672//
27
 
 
28
 
Running::
29
 
 
30
 
  $ ./adt-request-proxy