Elxis CMS Forum

Support => Installation => Topic started by: CREATIVE Options on September 03, 2009, 12:04:19

Title: 1 minute upload the Elxis at your host
Post by: CREATIVE Options on September 03, 2009, 12:04:19
It is possible using an SSH program and of course you have SSH at your hosting.

So here are the steps

1. With the SSH program let say PuTTY login at your hosting and go to public_html folder or what ever is your WWW folder
2. type the next to download Elxis at your server
Code: [Select]
wget http://www.elxis-downloads.com/com_downloads/download.html?id=175(Always check from the EDC http://www.elxis-downloads.com/com_downloads/elxis-cms/ if it is the latest version)
3. then rename the file to elxis.zip using the following command
Code: [Select]
mv thename_of_download.extension elxis.zip4. and finally unzip it:
Code: [Select]
unzip -uo pandora.zip
And now you have you latest Elxis in 1 minute and you are ready to start the Installation :)
Title: Re: 1 minute upload the Elxis at your host
Post by: datahell on September 03, 2009, 12:40:07
 ???
We have an official tool for this job, it is the Elxis shell pre-installer!
It downloads automatically the latest elxis version, creates installation directory if it does not exist, unzip elxis, sets proper owner, usergroup, and permissions.
Elxis shell pre-installer is the recommended method to install elxis. I have installed 30-40 sites with this tool in 4-5 seconds each.

Download
http://www.elxis-downloads.com/com_downloads/patches/142.html (http://www.elxis-downloads.com/com_downloads/patches/142.html)

User manual
https://www.elxis.org/guides/developers-guides/elxis-shell-pre-installer-how-to.html (https://www.elxis.org/guides/developers-guides/elxis-shell-pre-installer-how-to.html)

Quick usage guide
Upload elxispro.sh in a directory on your server.
Login as root via SSH go to the directory where elxispro.sh is located and execute this command:
./elxispro.sh

The script will ask you for the installation path, etc.
Title: Re: 1 minute upload the Elxis at your host
Post by: webgift on September 03, 2009, 14:57:51
Perfect job i didn't know that elxis has and this facility.! ;)
Title: Re: 1 minute upload the Elxis at your host
Post by: CREATIVE Options on September 03, 2009, 15:12:39
Sorry Datahell I didn't remember of it.

Thanks!