See /docs/requirements.txt
Just use make
to get everything.
Starting in interactive console:
make run
Starting as daemon make start
Stop daemon make stop
Just run server and open http://localhost:8080
You can use GET-params to assign name of hero: http://localhost:8080?name=hero
The default name is alex.
- `make all' -- build everything
make compile
-- compilation of sourcesmake docs
-- making docsmake release
-- creation of releasemake start
-- start as daemonmake stop
-- stop daemonmake run
-- start in console in interactive modemake clean
-- clean everythingmake test
-- launch tests
Sergey Loguntsov loguntsov@gmail.com