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
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
Hi Claroy,
The installation is same. Premium plan gives more features.
Hello, Arun)
could you please suggest how to install sitemap on zyro website?
I forwarded this question to our Forum as I’m not sure about it.
Hopefully you will get suggestions from there. Please check the topic pasted below
Forum topic :: How to install sitemap on zyro website?
This is not working ..i see errors
./zyrositebuilder: line 1: syntax error near unexpected token `newline’
./zyrositebuilder: line 1: `’
Ashley,
Sorry for this delayed reply. Did you fix it?
Seems to be a script related issue. Please paste here the fist 5 entries in zyrositebuilder script.