pysapp

A pysmvt supporting application
Download

pysapp Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Randy Syring

pysapp Tags


pysapp Description

A pysmvt supporting application pysapp is a Python library designed as a "supporting application" for pysmvt applications.Example applications will be avilable soon, for now, please follow the steps below to get your own default application up and running.Steps for Installation 1. Install Python 2. install setuptools (includes easy_install) 3. install virtualenv easy_install virtualenv 4. Create a new virtual environement virtualenv myproj-staging --no-site-packages 5. Activate the virtual environment (os dependent) 6. install pysapp & dependencies easy_install pysappSteps for creating a working applicationNote: the pysmvt command is installed when you install pysapp, which has pysmvt as a requirement. 1. cd myproj-staging 2. mkdir src 3. cd src 4. pysmvt project -t pysapp < myapp > replace < myapp > with your project name 5. answer the questions that come up 6. write down "Login Details", referred to hereafter as < user > & < pass > 7. cd < myapp >-dist 8. python setup.py -q develop 9. cd < myapp > 10. pysmvt broadcast initdb setup the database tables 11. pysmvt broadcast initapp setup the database tables 12. pysmvt broadcast initmod < user > let modules set themselves up, use the settings profile for your user 13. pysmvt serve < user > run a development http server with the user's settings profile 14. point your browser at http://localhost:5000/Creating a New Application ModuleThis step creates a Application Module directory structure in < myapp >/modules/< mymod >:pysmvt module < mymod >where < mymod > is the name of the module you want to create Requirements: · Python


pysapp Related Software