Hi,
I have zip file of my website that is made on silverstripe CMS. Can anyone please advice me on how to set up the droplet and upload a website?
Thanks in advance!
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!
The Silverstripe CMS uses PHP. To install it, you would simply extract the zip file into the web root of your server, visit your IP address in the browser, and run the install script. To get started, you could follow this tutorial to get your basic LAMP (Linux, Apache, MySql, PHP) stack up and running, or you could launch the LAMP one-click application.
If you are using Ubuntu 14.04, extract the zip into the /var/www/html folder. You might also need to fix the permissions on the file:
chown -R www-data:www-data /var/www/html
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.