Forums

web2py deploy 800MB .w2p file

I first tried to deploy via the interface but file size is too big. Then I broke up the file, moved the parts to pythonanywhere, and reassembled it. I now have a .w2p file sitting in my pythonanywhere home directory that I can not figure how to get into web2py. How to I get it into web2py. Thanks, Ray

You could use the mv command from the bash console.

eg: mv /home/rayprice/myfile.w2p /home/rayprice/mysite/path/to/where/i/want/it/myfile.w2p