How/Steps to install Zyro on server with cPanel

The Zyro is a free website developing tool which has a lot of templates. You can simply manage or create your website with Zyro.

How to install Zyro on server?
Do follow the steps pasted below:
Step 1 : SSH to your server.
Step 2 : Download Zyro installation script.

# wget -N http://zyro.com/_installer/WHM_cPanel/zyrositebuilder

Step 3 : Set executable permission.

# chmod 755 ./zyrositebuilder

Step 4 : Execute the installation script.

# ./zyrositebuilder

Example

# ./zyrositebuilder

Installing Zyro Site Builder plugin

Checking for previous installation
Downloading plugin
--2014-01-23 10:56:20--  http://zyro.com/_installer/WHM_cPanel/zyrositebuilder.tar.gz
Resolving zyro.com... 212.1.209.10
Connecting to zyro.com|212.1.209.10|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7237 (7.1K) [application/x-gzip]
Saving to: “zyrositebuilder.tar.gz”

100%[==============================================================================================================================>] 7,237       --.-K/s   in 0s

2014-01-23 10:56:20 (422 MB/s) - “zyrositebuilder.tar.gz” saved [7237/7237]

Extracting plugin

Installing plugin
Installation complete.

How to remove Zyro from server?
Also an un-installation script is available to remove the Zyro from server.
Step 1 : Download Zyro un-installation script.

wget -N http://zyro.com/_installer/WHM_cPanel/zyrositebuilder_u

Step 2 : Set executable permission.

# chmod 755 ./zyrositebuilder_u

Step 3 : Execute the un-installation script.

# ./zyrositebuilder_u

Example

# ./zyrositebuilder_u

Uninstalling Zyro Site Builder plugin

Checking for previous installation
Removing previous installation
Uninstallation complete.

That’s it…. 🙂

Read this also:
How to install nginx as reverse proxy in a cPanel server
how to install/uninstall snoopy logger on Unix/Linux server
iftop installation on Unix/Linux server

Post navigation

Arunlal A

Senior System Developer at Zeta. Linux lover. Traveller. Let's connect! Whether you're a seasoned DevOps pro or just starting your journey, I'm always eager to engage with like-minded individuals. Follow my blog for regular updates, connect on social media, and let's embark on this DevOps adventure together! Happy coding and deploying!

6 thoughts on “How/Steps to install Zyro on server with cPanel

  1. Hello Arun

    Zyro has 2 plans available. (http://prntscr.com/59jl8x)

    I wanted to know, the commands mentioned by you install the free version or the premium version ?

    Also I wanted the premium version. How can I install that ?

    Awaiting an update from your end

    Regards
    Claroy M

  2. This is not working ..i see errors

    ./zyrositebuilder: line 1: syntax error near unexpected token `newline’
    ./zyrositebuilder: line 1: `’

Leave a Reply

Your email address will not be published. Required fields are marked *