Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 deployment. 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:

# Load the fixtures (incl. default user root/toor)
thomas load-fixtures --environment=dev

# Start the server (see --help for details)
thomas start

Then point your browser towards localhost.

About

Thomas' RESTful API and webinterface

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages