Changes between Version 4 and Version 5 of WikiStart_old


Ignore:
Timestamp:
05/14/12 15:13:25 (12 years ago)
Author:
sil
Comment:

added quickstart

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart_old

    v4 v5  
    4141* header files for libpq (PostgreSQL library)
    4242
    43 == Installing ==
    4443
     44
     45= Quickstart =
     46
     47We advise to install CMT in its own virtual environment, by using a combination of [http://www.pip-installer.org/ pip], [http://www.virtualenv.org/ virtualenv] (and [http://www.doughellmann.com/docs/virtualenvwrapper/ virtualenvwrapper]).
     48
     49
     50== Setup ==
     51
     52After the initial release of CMT, it will be available as a download. More about this soon..
     53
     54Once you've downloaded the package, CMT can be easily installed with `pip`, by issuing
     55{{{
     56pip install <CMT-packagename>
     57}}}
     58
     59After installing, you have to modify the sample config file `cmt.conf.sample` to reflect your settings and then rename it to `cmt.conf`.
     60
     61
     62== Platform specific documentation ==
     63
     64We ourselves have tested CMT on several kind of systems, and documented the installation process:
    4565* [wiki:Installing/RHEL Red Hat clones (RHEL)]
     66* [wiki:Installing/Debian Debian clones]
     67
     68
     69.
     70= Contact =
     71
     72Existing bugs and feature requests for CMT can be found in our [/report/1 overview of active tickets].
     73If you have any issues with CMT, which aren't listed as a ticket yet, please [/newticket create a new ticket] or [mailto:cmt@sara.nl send us an email] about it.