Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 936 Bytes

README.rst

File metadata and controls

44 lines (29 loc) · 936 Bytes

RIOS Converter

Table of Contents

This package implements the RIOS conversion server which provides an API to the conversions implemented in rios.conversion

See the static/templates/convert.rst document for more details.

rios.converter is a rex.web application which needs no database. Access to all pages is granted to anybody, so no authentication is required. This converter should be available to the general public.

$ virtualenv --system-site-packages rios.converter
$ cd rios.converter
$ . bin/activate
$ pip install rios.converter

Create a simple rex.yaml. For example:

$ cat >rex.yaml <<!
project: rios.converter
uwsgi:
    uwsgi-socket: localhost:5839
!

Start the server:

$ rex start