Hotglue@Publication Station

From Publication Station

HotGlue unique tool for web publishing & internet samizdat

Hotglue website builder is running on the Publication Station server.

Example test website: http://ps.wdka.nl/hotglue/test/

How to create a website using Hotglue (for Publication Station Staff)

Become super user:

sudo su -

Go to hotglue directory:

cd /var/www/html/hotglue

List content of directory (does nothing, but show you what websites are there):

ls -1

Copy the hotglue template directory to a new folder (new-website-path change it to the name you want):

cp -r hotglue-template new-website-path
 

Change the ownership of new-website-path:

chown www-data:www-data new-website-path -R

Change password in configuration in user-config.inc.php:

cd new-website-path
nano user-config.inc.php


Visit your newly created hotglue website at http://ps.wdka.nl/hotglue/new-website-path/


Hotglue website Structure

  • content of created pages is stored in the content/ directory of the website