Metadata-Version: 2.1
Name: xxx.server-api
Version: 0.32.4
Summary: xxx
Home-page: UNKNOWN
Author: 
Author-email: 
License: UNKNOWN
Description: xxx README
        ==================
        
        Getting Started
        ---------------
        
        install latest nodejs by curl ->
        look into ansible
        
        need nodejs to be installed lates is installed via curl
        #sudo apt-get install nodejs npm  <-- this installes bad nodejs
        
        
        npm install     # installs from package.json
        npm run bundle  # generates  bundle.js file
        
        for dev copy static to container
        docker cp xxx/server_api/static/. 0efd75c2ae99:/xxx_server_api/static
        
        
        
        
        0.0
        ---
        
        -  Initial version
        
Keywords: web pyramid pylons
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Provides-Extra: testing
