ghostry / installers

Provides a central place to store, version and distribute ZPanel installers and upgrade scripts from.

Home Page:http://www.zpanelcp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZPanel Installers

Welcome to the ZPanel installation and upgrade script Git repository, this provides a central place to store, version and distribute ZPanel installers and upgrade scripts from.

How to install/upgrade ZPanel

The new installers and upgrade scripts enable you to install/upgrade ZPanel directly from the command line with a single command, you no longer need to manually download the file, CHMOD it and then execute it etc.

The following commands are published on the official ZPanel download page.

Installation for CentOS 7.0+ is as simple as...

bash <(curl -Ss http://git.oschina.net/ghostry/installers/raw/master/install/CentOS/7/install-for-centos7.sh)

Installation for CentOS 6.3+ is as simple as...

bash <(curl -Ss https://raw.github.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh)

...and to upgrade your server (for example from ZPanel 10.1.0 to 10.1.1):-

bash <(curl -Ss https://raw.github.com/zpanel/installers/master/upgrade/CentOS-6_4/10_1_1.sh)

Advanced users may wish to install or update zpanelx 10.1.1 using our CentOS only repository. Full instructions can be found here

Installation for Ubuntu 12.04 LTS is just as simple too...

bash <(curl -Ss https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh)

...and to upgrade your server (for example from ZPanel 10.1.0 to 10.1.1):-

bash <(curl -Ss https://raw.github.com/zpanel/installers/master/upgrade/Ubuntu-12_04/10_1_1.sh)

Officially supported Operating Systems

As a relatively small team of guys and due to the time required to keep installation packages updated and tested we have officially decided to support and maintain the following operating systems/distributions.

  • Latest Ubuntu Server LTS release (currently 12.04 LTS)
  • Latest CentOS (minimal) release (currently 6.4)

By officially supported we refer to the fact that we ensure that prior to any release of ZPanel that the official ZPanel team have released and fully tested installer scripts and upgrade scripts for the OS versions listed above.

Official maintainers

The officially supported operating system installer and upgrade scripts are maintained internally by members of the official ZPanel team.

We do encourage third-party installation scripts of which we will happily host on this repository and promote the use of in the event that we get interest by community members. If you are interested in maintaining an installation and upgrade script for another OS/distribution please see the Want to contribute section below for more information.

Development using Vagrant

Get info on vagrant here : [Vagrant website]:(http://www.vagrantup.com) Vagrant offers a way to rapidly create & destroy deploy new OS's in a virtual machine. Spawn os environments ,

ubuntu

12.04 
32bit -> $ vagrant up zpanel_12.04ubuntu32
64bit -> $ vagrant up zpanel_12.04ubuntu64
12.10
32bit -> $ vagrant up ubuntu12_10-32

centos

6.4
32bit -> $ vagrant up zpanel_6.4centos32
64bit -> $ vagrant up zpanel_6.4centos64

Want to contribute

There are a couple of ways in which you can contribute, firstly you can make improvements or fix 'bugs' in the existing 'officially maintained' installers of which we feel will usually be minimal as we keep on top of these installer/upgrade scripts and frequently review them.

The other way in which you can contribute is to become an 'community maintainer' this means that you are responsible for the creation and maintenance of installation and upgrade scripts for non-official supported OSes.

In most cases you'll simply be able to copy and paste our official installer and upgrade scripts and just make the required OS/distribution specific changes such as file/directory paths and operating system/distribution specific package configuration amendments.

If you are interested in becoming an community maintainer please email ballen@zpanelcp.com stating your interest in becoming a community maintainer and the OS/distribution that you wish to maintain.

Please be aware that community supported install and upgrade scripts that we will host and promote must adhere to the following rules:

  • Must be kept up to date with the latest release of the OS.
  • Will be licensed under the GPL and hosted on this repository.
  • Must maintain the same user interface as our official install/upgrade scripts (eg. shell script echo's and 'read' statements must match the same wording to ensure that the installation experience across all OSes and distributions give the same user experience.)

If you have any queries regarding the above rules please feel free to contact me at: ballen@zpanelcp.com.

About

Provides a central place to store, version and distribute ZPanel installers and upgrade scripts from.

http://www.zpanelcp.com

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%