Thomas' RESTful API and webinterface.
To install from PyPI use pip
:
pip install thomas-server
To do a development install:
git clone https://github.com/mellesies/thomas-server
cd thomas-server
pip install -e .
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
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.