{ "info": { "author": "Joel Dunham", "author_email": "jrwdunham@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pyramid", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "Senex\n================================================================================\n\nSenex is a web application for high-level administration of\n`Online Linguistic Database (OLD)`_ applications.\n\nWith Senex installed, you can do the following (either from a web interface or\nvia the command line on your server):\n\n- install the OLD software and its dependencies\n- create new OLD instances (e.g., for particular lanaguages)\n- start and stop existing OLD instances\n\n\nRequirements\n--------------------------------------------------------------------------------\n\nRight now Senex will only work with Ubuntu servers. Versions 10.04 and 14.04\nare being targeted.\n\nThe following must be installed in order for Senex to work. It can install the\nrest of its requirements and the rest of the OLD's requirements on its own.\n\n- Python 2.6 or 2.7\n- MySQL server\n- Apache 2\n- git\n\n\nTODO\n--------------------------------------------------------------------------------\n\n- Create a bash install script for Senex itself.\n\n- Add Python-crontab as a dependency in setup.py. From buildold:\n\n Python-crontab (https://pypi.python.org/pypi/python-crontab) should be\n installed if you want the OLD-restart cronjob to be created for you. But the\n script will still work without it.\n\n\nCreating a Development Setup for Senex\n--------------------------------------------------------------------------------\n\nIf you don't have Python setuptools installed in your system Python, install it::\n\n $ sudo apt-get install python-setuptools\n\nIf you don't have Python's virtualenv installed in your system Python, then\ninstall it using easy_install from setuptools::\n\n $ sudo easy_install virtualenv\n\nCreate and activate a virtual environment::\n\n $ virtualenv env\n $ source env/bin/activate\n\nDownload the Senex repo and install its dependencies::\n\n $ git clone https://github.com/jrwdunham/senex.git\n $ cd senex\n $ python setup.py develop\n\nCreate Senex's database tables and serve it::\n\n $ initialize_senex_db development.ini\n $ pserve development.ini\n\n\n.. _`Online Linguistic Database (OLD)`: http://www.onlinelinguisticdatabase.org\n\n\n\n0.0\n---\n\n- Initial version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "web wsgi bfg pylons pyramid", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "senex", "package_url": "https://pypi.org/project/senex/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/senex/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/senex/0.0/", "requires_dist": null, "requires_python": null, "summary": "senex", "version": "0.0" }, "last_serial": 2095479, "releases": { "0.0": [ { "comment_text": "", "digests": { "md5": "766814ed441d19144ccb167320fce048", "sha256": "536c7a811a08246e6233d1c05bc66121b3a7238984d9a30e97d70693f2f2ec8f" }, "downloads": -1, "filename": "senex-0.0-py2.7.egg", "has_sig": false, "md5_digest": "766814ed441d19144ccb167320fce048", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 240646, "upload_time": "2016-05-02T17:43:11", "url": "https://files.pythonhosted.org/packages/5c/99/e1622df4b94aafa64c0ff6bfad49864948060899b66e003fbc3e315380e9/senex-0.0-py2.7.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "766814ed441d19144ccb167320fce048", "sha256": "536c7a811a08246e6233d1c05bc66121b3a7238984d9a30e97d70693f2f2ec8f" }, "downloads": -1, "filename": "senex-0.0-py2.7.egg", "has_sig": false, "md5_digest": "766814ed441d19144ccb167320fce048", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 240646, "upload_time": "2016-05-02T17:43:11", "url": "https://files.pythonhosted.org/packages/5c/99/e1622df4b94aafa64c0ff6bfad49864948060899b66e003fbc3e315380e9/senex-0.0-py2.7.egg" } ] }