{ "info": { "author": "zhangpeng", "author_email": "zhangpeng1@infohold.com.cn", "bugtrack_url": null, "classifiers": [], "description": "# torweb\n\n#### torweb is a second development based application framework tornado\n\n1. **Install**\n\nExample for virtualenv:\n\n $ cd ~\n $ mkdir env\n $ cd env\n $ virtualenv torweb\n $ ln -s ~/env/torweb/bin/python /usr/bin/python-torweb\n $ ln -s ~/env/torweb/bin/pip /usr/bin/pip-torweb\n $ pip-torweb install torweb\n $ ln -s ~/env/torweb/lib/python2.7/site-packages/torweb/start_app.py /usr/bin/torweb_startapp.py\n $ sudo chmod a+x /usr/bin/torweb_startapp.py\n\n\n2. **Getting started**\n\nExample for virtualenv torweb:\n \n Before start app of torweb, you'd have to install mysql, and set mysql root user and password.\n\nAnd then, edit \"**/usr/bin/torweb_startapp.py**\" below to your username and password:\n\n MYSQL_ROOT_USER = \"root\"\n MYSQL_ROOT_PASS = \"1\"\n\n\nNext, do follows to start you first application named torweb.\n\n $ cd ~\n $ mkdir projects\n $ cd projects\n $ torweb_startapp.py test\n $ cd test\n $ python-torweb dev_server.py\n [2013-10-25 10:53:18] * app server is running on http://0.0.0.0:8888\n [2013-10-25 10:53:18] * restart with reload\n\nif you have got above tips, your first application has been built.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/finalbattle/torweb.git", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "torweb-for-3", "package_url": "https://pypi.org/project/torweb-for-3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/torweb-for-3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/finalbattle/torweb.git" }, "release_url": "https://pypi.org/project/torweb-for-3/0.1.10/", "requires_dist": null, "requires_python": null, "summary": "torweb", "version": "0.1.10" }, "last_serial": 1656816, "releases": { "0.1.10": [ { "comment_text": "", "digests": { "md5": "04af847e60cc6b5cf87a7e0fe261179e", "sha256": "4344590a0f140975341fbbdabfad3419a90ca5d9de2ae1df84e90131ed4c8f65" }, "downloads": -1, "filename": "torweb-for-3-0.1.10.tar.gz", "has_sig": false, "md5_digest": "04af847e60cc6b5cf87a7e0fe261179e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92697, "upload_time": "2015-07-30T14:32:07", "url": "https://files.pythonhosted.org/packages/a1/9b/82a8dc90dc9052be192c6210276bce884ca11700514f4dbee2beba7209b5/torweb-for-3-0.1.10.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "04af847e60cc6b5cf87a7e0fe261179e", "sha256": "4344590a0f140975341fbbdabfad3419a90ca5d9de2ae1df84e90131ed4c8f65" }, "downloads": -1, "filename": "torweb-for-3-0.1.10.tar.gz", "has_sig": false, "md5_digest": "04af847e60cc6b5cf87a7e0fe261179e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92697, "upload_time": "2015-07-30T14:32:07", "url": "https://files.pythonhosted.org/packages/a1/9b/82a8dc90dc9052be192c6210276bce884ca11700514f4dbee2beba7209b5/torweb-for-3-0.1.10.tar.gz" } ] }