It seems DO distributions are fairly different from the official ones. That together with the impossibility of downloading images or backups means it’s very challenging to configure identical local (testing) and remote (production) server environments.
what would be the best way to ensure your local and remote servers are as similar as possible?
are there downloadable images or configuration scripts to go from say, a stock Ubuntu 14.04x64 to a DO Ubuntu?
I know being able to download and upload images is a planned feature, but what can we do in the meantime?
Thanks! :)
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!
This question was answered by @ryanpq:
While it is not possible to download an image the stock OS images are not highly customized. If you want to replicate the exact selection of packages installed by default you can do so by grabbing a list of the installed packages on your droplet:
dpkg --get-selections | grep -v deinstall > ~/packagesand then ensuring those packages are installed on your local computer
cat ~/packages | sudo dpkg --set-selections && sudo apt-get dselect-upgrade
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.