Metadata-Version: 1.0
Name: piano
Version: 0.1
Summary: CMS built using Pyramid and MongoDB
Home-page: https://github.com/kjq/piano
Author: KimJohn Quinn
Author-email: kjq@logicdrop.com
License: UNKNOWN
Description: Setup
        ---------------------
        1) Uninstall Python 			
        2) Install Python 2.7.2 x32 	
        3) Set PYTHONHOME 
        4) Checkout code someplace 
        
        
        Installation
        ---------------------
        1) Go into the directory
        	should see bootstrap.py - if not, wget http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
        
        2) python bootstrap.py
        	Press <ENTER> after a generating buildout script, don't know why this hangs but been like that forever on Windows.
        
        3) bin/buildout  				
        
        
        General commands
        ---------------------
        bin/python
        	Runs python with project environment setup
        
        bin/test
        	Runs test cases 
        
        bin/buildout install pydev
        	Configures PyDev project for Eclipse (close/open project in Eclipse afterwards)
        
        
        Setup MongoDB (Windows ONLY/only needed initially)
        -------------------------
        bin/buildout install mongodb-winXX (64 or 32)
        
        
        Run MongoDB (Windows ONLY - do in a seperate DOS window from 'serve')
        -------------------------
        	Start:  bin\buildout install mongod-win
        	Stop:   <ctrl-c> a couple of times
        
        
        Run Webserver
        -------------------------
        bin/serve
        	Runs server on 8080
        
        bin/pserve development.ini
        	Runs server on 8080
        
        
        0.0
        ---
        
        -  Initial version
        -  Initial prototype
        -  Initial MongoDB structure
        -  Buildout setup
        -  Rough documentation
        -  Creation of 'sample' site
        
        0.1
        ---
        
        - Imported into GitHub
        - Uploaded into PyPi
Keywords: pyramid mongodb beaker buildout cms
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Pylons
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Office/Business
