Difference between revisions of "Hotglue@Publication Station"

From Publication Station
(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...")
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=HotGlue unique tool for web publishing & internet samizdat=
=HotGlue unique tool for web publishing & internet samizdat=
[https://hotglue.me/ Hotglue] website builder is running on the Publication Station server.
'''[https://hotglue.me/ 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)==
==How to create a website using Hotglue (for Publication Station Staff)==
Line 21: Line 23:
  cd new-website-path
  cd new-website-path
  nano user-config.inc.php
  nano user-config.inc.php


Visit your newly created hotglue website at http://ps.wdka.nl/hotglue/new-website-path/
Visit your newly created hotglue website at http://ps.wdka.nl/hotglue/new-website-path/
Line 27: Line 31:
==Hotglue website Structure==
==Hotglue website Structure==
* content of created pages is stored in the <code>content/</code> directory of the website
* content of created pages is stored in the <code>content/</code> directory of the website
[[Category:Staff]]

Latest revision as of 12:21, 13 April 2022

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