Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
web.py is available and not embedded in this project.
  • Loading branch information
JurrianFahner committed Oct 23, 2015
1 parent b87e714 commit 798c2a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# SimpleTestServer
This repository contains a simple test server written in python for testing purposes. This server runs on port 8080 by default.

[Web.py](http://webpy.org) is embedded, to avoid broken repositories.

To use this simple server on a linux environment it is as easy as (after cloning this repository):
```bash
python start.py
Expand All @@ -13,4 +11,4 @@ It can also be used to build a docker image:
docker build -t sts https://github.com/JurrianFahner/SimpleTestServer.git
docker run -d -p 8080:8080 sts
```
If hostname is not set on docker run, then the docker id will be shown as hostname of that specfic container.
If hostname is not set on docker run, then the docker id will be shown as hostname of that specfic container.

0 comments on commit 798c2a6

Please sign in to comment.