| http://www.w3.org/ns/prov#value | - The following is an example for running the web admin using webscale technologies: # install libevent-dev sudo apt-get install libevent-dev # install required python libraries sudo pip install greenlet gevent gunicorn # specify the database connection string export CRONQ_MYSQL=mysql+mysqlconnector://cronq:cronq@localhost/cronq # run the web admin gunicorn --access-logfile - -w 2 --worker-class=gev
|