{ "info": { "author": "Inyoka Team", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "====================\nInyoka default Theme\n====================\n\nInstallation\n============\n\nOn development systems:\n-----------------------\n\n1. Run ``git clone git@github.com:inyokaproject/theme-default.git`` next to\n the cloned Inyoka repository. (Basically, it doesn't matter were you clone\n the theme repository, but for support reasons it might be better to use the\n same base folder like for Inyoka). After cloning the file-structure should\n look like::\n\n $ tree -L 1\n .\n \u251c\u2500\u2500 inyoka\n \u251c\u2500\u2500 theme-default\n \u2514\u2500\u2500 maybe another-theme\n\n2. Switch into the repository: ``cd theme-default``\n3. Activate source ``source ~/.venvs/inyoka/bin/activate``\n4. Install as a development package: ``python setup.py develop``\n5. Run ``npm install`` to install *Grunt*\n6. Run ``./node_modules/grunt-cli/bin/grunt watch`` to build all static files\n and watch for file changes on the CSS / JS files\n\nOn Production\n-------------\n\n1. Run ``pip install -U \"git+ssh://git@github.com:inyokaproject/theme-default.git@staging#egg=inyoka-theme-default\"``\n\nDeployment\n----------\n\n1. Run ``npm install`` to install *Grunt*\n2. Run ``./node_modules/grunt-cli/bin/grunt`` to build all static files\n3. Run ``manage.py collectstatic`` in your Django project\n\nLet Django know about the theme\n-------------------------------\n\nAdd ``'inyoka_theme_default'`` to the ``INSTALLED_APPS`` in\n``inyoka/development_settings.py``::\n\n INSTALLED_APPS = INSTALLED_APPS + (\n 'inyoka_theme_default',\n )", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://inyokaproject.org", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "inyoka-theme-default", "package_url": "https://pypi.org/project/inyoka-theme-default/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/inyoka-theme-default/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://inyokaproject.org" }, "release_url": "https://pypi.org/project/inyoka-theme-default/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "Inyoka default theme", "version": "0.0.0" }, "last_serial": 4025946, "releases": { "0.0.0": [] }, "urls": [] }