Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

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