M375
M375

Reputation: 139

Make a new site with Joomla

I just started a new job, where I have to make a Joomla landing page for a client in Joomla. I have never worked with Joomla before, so I have just seen some tutorials. I have set it up on my localhost, which is working fine, and I have access to the all the backend and CMS system.

But I would like to make a new practice site called "testpage". fx: http://localhost:8888/Joomla_3.5.1/testpage.php, so I can start from scratch and build up a site, instead of deleting things on the default template.

Does anyone knows how I can make a new site?

Best Regards

Upvotes: 0

Views: 29

Answers (1)

shershen
shershen

Reputation: 9993

You can go several ways:

  • remove all files and flush the DB on you local computer and create a fresh install, but in the end of it you'll anyway have to choose the default template (Beez3 or alike)
  • get a simplistic template (like https://github.com/gsuez/master-bootstrap-3 or http://www.blank.vc/) add it to your current install and start customising it; plus remove menus/blocks/content manually

Upvotes: 1

Related Questions