Question

How to set up Ubuntu 16.04 server with QooQee Muse Home Server Hosted Blog?

I have been using your Tutorials to set up my own home Web Server. I am using Adobe Muse to design it. I purchased a product by QooQee (Muse Blog), which allows one to host and manage their own blog website without third party. My question pertains to setting up this environment to Host your own Blog with Muse Blog widget by QooQee. Thank you.


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Ryan Quinn
DigitalOcean Employee
DigitalOcean Employee badge
July 27, 2016
Accepted Answer

I was not able to find any installation documents for the server component of this widget but it’s page on qooqee.com lists it’s requirements as:

  • PHP version 5.2.17 or greater
  • Apache Server
  • PDO MySQL / Sqlite drivers installed
  • Post_Max_Size set to 4MB or higher
  • cURL

This should all be provided by spinning up our LAMP 1-Click image but this is based on Ubuntu 14.04.

On Ubuntu 16.04 you can use this user data script on the create page when spinning up your new droplet, it will configure the LAMP stack as well.

Doing either of these will leave you with a server configured and ready for the server component. To get your files onto the server you can use an SFTP client like FileZilla. The web root for your newly created web server will be /var/www/html/ and files placed there will be available via the web.

Thank you so much. I’ll post when I get this all finished up. Ive got my LAMP Server installed and it looks like I will be using Sqlite as it should be sufficient for a single blog. I have enjoyed learning from your tutorials.

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.