I wrote my own HTML, CSS, and Javascript, and I just want to host the website somewhere. I chose digital Ocean, thus Joomla, however I’ve found Joomla is constructed around templates. I want to use my own code. How do I do this?
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!
Joomla is a content management system/framework. If you just want to host static HTML you can just spin up a droplet using the default Ubuntu image, ssh into it and run:
apt-get update
apt-get install apache2
This will install the apache web server. You can then drop your content into /var/www/html using an SFTP client like Filezilla. Once your content is in that folder it will be accessible via a web browser.
(Alternately you can use the LAMP image when creating your droplet which already has apache installed but also includes PHP and the MySQL database server)
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.