~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to mapiproxy/services/ocsmanager/README.txt

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This file is for you to describe the ocsmanager application. Typically
 
2
you would include information such as the information below:
 
3
 
 
4
Installation and Setup
 
5
======================
 
6
 
 
7
Install ``ocsmanager`` using easy_install::
 
8
 
 
9
    easy_install ocsmanager
 
10
 
 
11
Make a config file as follows::
 
12
 
 
13
    paster make-config ocsmanager config.ini
 
14
 
 
15
Tweak the config file as appropriate and then setup the application::
 
16
 
 
17
    paster setup-app config.ini
 
18
 
 
19
Then you are ready to go.