Report this

What is the reason for this report?

How to use Joomla, via Digital Ocean, to host personal website?

Posted on November 2, 2015

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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)

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.