Gemfury
Why Gemfury?
Push, build, and install
RubyGems
npm packages
Python packages
Maven artifacts
PHP packages
Go Modules
Debian packages
RPM packages
NuGet packages
Sign in
Sign up
doctorondemand
Recent
Packages
Repos
Get Started
Browse
1 version
doctorondemand
/
uWSGI
python
Repository URL to install this package:
Version:
2.0.17 ▾
Details
uWSGI
/
t
/
ring
..
src
README.md
config.ini
project.clj
Size: Mime:
Ring Test Suite
how to build and run
cd UWSGIROOT
cd t/ring
lein uberjar
cd ../..
uwsgi t/ring/config.ini
open http://localhost:9090 in your browser
run cases in jetty
lein ring server
open http://localhost:3000 in your browser