Metadata-Version: 1.1
Name: zun-ui
Version: 1.0.1.dev31
Summary: Zun User Interface
Home-page: https://docs.openstack.org/zun-ui/latest/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: ==========
        zun-ui
        ==========
        
        Zun UI
        
        * Free software: Apache license
        * Source: https://git.openstack.org/cgit/openstack/zun-ui
        * Bugs: https://bugs.launchpad.net/zun-ui
        
        Manual Installation
        -------------------
        
        Install Horizon according to `Horizon documentation <https://docs.openstack.org/horizon/>`_.
        
        Clone Zun UI from git repository, checkout branch same as Horizon and Zun, and install it::
        
            git clone https://github.com/openstack/zun-ui
            git checkout <branch which you want>
            cd zun-ui
            pip install .
        
        Enable Zun UI in your Horizon::
        
            cp zun_ui/enabled/* <path to your horizon>/openstack_dashboard/local/enabled/
        
        Then restart your Horizon.
        
        After restart your Horizon, reload dashboard forcely using [Ctrl + F5] or etc. in your browser.
        
        Enabling in DevStack
        --------------------
        
        Add this repo as an external repository into your ``local.conf`` file::
        
            [[local|localrc]]
            enable_plugin zun-ui https://github.com/openstack/zun-ui
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
