RSS Amplifier

Volker Diels-Grabsch · Apr 26, 2016

Staticjoomla

0
Sign in to vote or save

GitHub

Folders and files

NameName

Last commit message

Last commit date

Protect against Joomla security flaws by not running Joomla in public.

This tool copies your internal (via HTTPS and HTTP Auth protected) Joomla pages, performs a whole bunch of necessary cleanup steps and makes them available as static files.

User Installation

Clone the repository:

git clone https://github.com/vog/staticjoomla.git

If you like, put staticjoomla into PATH (assuming ~/bin is in your PATH):

install -d ~/bin
ln -sfT $(pwd)/staticjoomla/staticjoomla ~/bin/staticjoomla

System-wide Installation

Clone the repository:

git clone https://github.com/vog/staticjoomla.git /opt/staticjoomla

If you like, put staticjoomla into PATH:

install -m 755 -d /usr/local/bin
ln -sfT $(pwd)/staticjoomla/staticjoomla /usr/local/bin/staticjoomla

Upgrade

cd /PATH/TO/staticjoomla
git pull

License

Read the original on github.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.