Metadata-Version: 1.1
Name: Pingokio
Version: 0.0.7-pre-alpha
Summary: You site uptime statistic collector
Home-page: https://github.com/shchemelevev/pingokio
Author: Yevgeniy Shchemelev
Author-email: shchemelevev@gmail.com
License: MIT
Description: pingokio
        --------
        You site uptime statistic collector
        
        
        STATUS
        --------
        In-development
        
        
        INSTALLATION
        --------
        pip install pingokio  
        pingokio syncdb --all  
        pingokio migrate --fake  
        
        
        USAGE
        --------
        pingokio runserver 0.0.0.0:8000  
        pingokio celeryd -B  
        (You should run both command in different terminals.)  
        Now you can access configuration interface by address http://127.0.0.1:8000/  
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
