Search code examples
pythondjangosshsatchmo

Installing satchmo without ssh access


I want to install satchmo in my virtual hosting, but they dont provide ssh access for it. I want to know if it is possible. As i can see, adding some Satchmo requirements(http://www.satchmoproject.com/docs/svn/requirements.html) to pythonpath in my .fcgi file seems to be working, but some requirements like pycrypto and trml2pdf look like they need to be build & installed. Is this so? Can i write some kind of script, that executes this installation over the web? What can i do at all if they will not write without beeing built?

Alan


Solution

  • Sure you can, In the past I wrote a cgi to download and build Python on hosting that only allowed ftp access.

    If you know the target platform it will be easier to set up a virtual machine locally, build the files you need there and upload the compiled versions. Make sure you statically link them if the hosting is missing libraries.

    The best idea might be to switch to hosting with ssh access though.