AndrewBarber / oneclix

A number of scripts for quick setup of various systems on Vesta Control Panel. Including a standard(ish) Wordpress installer, a simple domain redirector and a way to host NodeJS applications too.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneClix 🖱️

A number of scripts for quick setup of various systems on Vesta Control Panel. Including a standard(ish) Wordpress installer, a simple domain redirector and a way to host NodeJS applications too.

Ok this probably shouldn't be called OneClix as it's actually a script but oh well...

Download

Clone this repo or..

wget https://github.com/RT-IT/oneclix/archive/master.zip -P ~
unzip ~/master.zip
rm ~/master.zip

Wordpress

Basic Usage

cd ~/oneclix-master/wordpress-oneclix/
sudo ./install.sh -d test.com

Make sure test.com's DNS is pointing to your server as the script will check. It will check for both test.com and www.test.com so you might want to add a CName redirect too. SSL via Lets Encrypt is enabled by default, you can change this by supplying -s NO flag to the install script.

Redirect

Basic Usage

cd ~/oneclix-master/redirect-oneclix/
sudo ./install.sh -d test.com -t new.com

Make sure test.com's DNS is pointing to your server as the script will check. It will check for both test.com and www.test.com so you might want to add a CName redirect too. SSL via Lets Encrypt is enabled by default, you can change this by supplying -s NO flag to the install script.

NodeJS

TODO: Add details about nodejs-oneclix

About

A number of scripts for quick setup of various systems on Vesta Control Panel. Including a standard(ish) Wordpress installer, a simple domain redirector and a way to host NodeJS applications too.


Languages

Language:Shell 100.0%