i have been searching on net to know if it's possible (or allowable, as in no conflict ) to use two cms's on one server. Like currycms ( http://currycms.com/ ) and cherrypy ( http://www.cherrypy.org/ ). or ( any two servers. ).
situation is my company web page (made by another company) is running on a server. For new requirements ( pages to be made viewable to few employees where ever they are), i need to access database using python and show results on web page (cherrypy I think will work well for this).
Question is will loading cherrypy create any conflict with other existing cms ( currycms in this case ).
How do i install cherrypy on web server.