thomas-server

Thomas' RESTful API and webinterface.


License
MIT
Install
pip install thomas-server==0.1.1a17

Documentation

Thomas

Thomas' RESTful API and webinterface.

Installation

Normal

To install from PyPI use pip:

    pip install thomas-server

Development

To do a development install:

    git clone https://github.com/mellesies/thomas-server
    cd thomas-server
    pip install -e .

Docker

A Docker image is available for easy desployment. The following command will start a server, listening on localhost, port 5000:

    docker run --rm -it -p 5000:5000 mellesies/thomas-server

Usage

Start the server as follows:

thomas start

Then point your browser towards localhost.