uploading a python site to httpdocs?
- by daniel Crabbe
OK - so we've agreed to host a python site, got the files and not sure where to go next.
We use a dedicated server and manage it mainly with plesk which has a tick box for a python support but not sure what this does.
This is all the info i have from previous hosts;
10,000 ft overview
The site is intended to run on a Linux host, specifically Ubuntu Server (tho it should be fine on most distros).
The web framework is CherryPy ( http://cherrypy.org/ ), which is a Python based framework.
There is no database as such, instead the data is kept in JS files and loaded by the front end.
nicholasbarker.com.c6a4facf0192/www/js/video_content_items.js is a prime example of this.
The main site templates are in nicholasbarker.com.c6a4facf0192/www/templates/
They are Cheetah templates ( http://www.cheetahtemplate.org/ )
and here's the file structure i've been sent -
Could some explain to me how i'd go about uploading and running this site... Any help welcome! Dc