Metadata-Version: 1.2
Name: tutor-aliyun
Version: 0.0.2
Summary: Aliyun plugin for Tutor, for deploying edx instance to aliyun by tutor
Home-page: https://github.com/WeJie/tutor-aliyun
Author: weijie
Author-email: wejie00@foxmail.com
License: AGPLv3
Project-URL: Documentation, https://github.com/WeJie/tutor-aliyun
Project-URL: Code, https://github.com/WeJie/tutor-aliyun
Project-URL: Issue tracker, https://github.com/WeJie/tutor-aliyun/issues
Project-URL: Community, https://github.com/WeJie/tutor-aliyun
Description: Aliyun plugin for `Tutor <https://docs.tutor.overhang.io>`_
        ============================================================
        
        This is a plugin for `Tutor <https://docs.tutor.overhang.io>`_ that make `tutor k8s` can deploy edx on aliyun kubernetes service.
        
        
        Installation
        ------------
        
        This plugin requires tutor>=3.6.0. Also, you should have installed tutor from source, and not from a pre-compiled binary.
        
        ::
        
            pip install . 
        
        Then, to enable this plugin, run::
        
            tutor plugins enable aliyun 
        
        You will have to re-generate the environment::
        
            tutor config save
        
        Then deploy to k8s cluster::
        
            tutor k8s quickstart 
        
        
        Check if kustomization.yml file is right.
        ```
        kubectl kustomize "$(tutor config printroot)/env"
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
