By mohkof1106
I have a django app on my laptop and I don’t have github or bitbucket. I want to clone the app from my laptop to my server without github or bitbucket? is it possible?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Of course, yes.
You can use first compress your app on your laptop using this command tar -zcf my-django-app.tar.gz <my-django-app> where <my-django-app> is the name of the directory where your app is located then you can upload it to your server using scp my-django-app.tar.gz <user name>@<server ip> where <user name> is your name on the server and <server ip> is the public IP address of your server then on your server you can uncompress it using tar -zxf my-django-app.tar.gz.
Hope this helps.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.