~registry/uci-engine/nfss-release

« back to all changes in this revision

Viewing changes to README

  • Committer: Ubuntu CI Bot
  • Author(s): Martin Pitt
  • Date: 2014-09-18 16:19:23 UTC
  • mfrom: (789.1.3 uci-engine)
  • Revision ID: ubuntu_ci_bot-20140918161923-abmwjhkrljg2dvnk
[r=Vincent Ladeuil, PS Jenkins bot] Add missing documentation for deployment

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
~~~~~~~~~~~~~
17
17
::
18
18
  # setup the ticket system project
19
 
  virtualenv /tmp/venv
 
19
  sudo apt-get install virtualenv libssl-dev libapt-pkg-dev
 
20
  ./testing/venv.py /tmp/venv
20
21
  . /tmp/venv/bin/activate
21
22
  ./ci-utils/setup.py develop
22
23
  ./ticket_system/setup.py develop
36
37
~~~
37
38
::
38
39
  # setup the CLI project
39
 
  virtualenv /tmp/venv
 
40
  ./testing/venv.py /tmp/venv
40
41
  . /tmp/venv/bin/activate
41
42
  ./ci-utils/setup.py develop
42
43
 
47
48
Restish
48
49
~~~~~~~
49
50
::
50
 
  virtualenv /tmp/venv
 
51
  ./testing/venv.py /tmp/venv
51
52
  . /tmp/venv/bin/activate
52
53
  ./ci-utils/setup.py develop
53
54
  ./branch-source-builder/setup.py develop