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...") |
|||
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)== |
Revision as of 13:04, 31 March 2020
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