Hotglue@Publication Station

From Publication Station
Revision as of 13:03, 31 March 2020 by Andre (talk | contribs) (Created page with "=HotGlue unique tool for web publishing & internet samizdat= [https://hotglue.me/ Hotglue] website builder is running on the Publication Station server. ==How to create a web...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HotGlue unique tool for web publishing & internet samizdat

Hotglue website builder is running on the Publication Station server.

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