Welcome to the Sentora installation and upgrade script Git repository, this provides a central place to store, version and distribute Sentora installers and upgrade scripts from.
The new installers and upgrade scripts enable you to install/upgrade Sentora 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 Sentora download page.
Installation for CentOS 6.3+ is as simple as...
bash <(curl -Ss https://raw.githubusercontent.com/sentora/sentora-installers/master/install/CentOS-6_4/10_1_1.sh)
...and to upgrade your server (for example from Sentora 10.1.0 to 10.1.1):-
bash <(curl -Ss https://raw.githubusercontent.com/sentora/sentora-installers/master/upgrade/CentOS-6_4/10_1_1.sh)
Installation for Ubuntu 12.04 LTS is just as simple too...
bash <(curl -Ss https://raw.githubusercontent.com/sentora/sentora-installers/master/install/Ubuntu-12_04/10_1_1.sh)
...and to upgrade your server (for example from Sentora 10.1.0 to 10.1.1):-
bash <(curl -Ss https://raw.githubusercontent.com/sentora/sentora-installers/master/upgrade/Ubuntu-12_04/10_1_1.sh)
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 Sentora that the official Sentora team have released and fully tested installer scripts and upgrade scripts for the OS versions listed above.
- sentora_12.04ubuntu32 @ 192.168.33.10
- sentora_12.04ubuntu64 @ 192.168.33.11
- sentora_6.4centos32 @ 192.168.33.12
- sentora_6.4centos64 @ 192.168.33.13
- sentora_12.10ubuntu32 @ 192.168.33.14
- sentora_14.04ubuntu64 @ 192.168.33.15
Folders mounted to /root/sentora/{install,uninstall,upgrade}
vagrant docs : Vagrant Docs
Common vagrant commands
$ vagrant up <defined vm name> # start the VM
$ vagrant suspend <defined vm name> # Pause | suspend the VM
$ vagrant resume <defined vm name> # resume a previously paused VM
$ vagrant halt <defined vm name> # Stop the VM
$ vagrant destroy <defined vm name> # Delete the VM
## example to launch ubuntu 14.04 64bit env @ ip 192.168.33.15
vagrant up sentora_14.04ubuntu64 &&
vagrant ssh sentora_14.04ubuntu64
The officially supported operating system installer and upgrade scripts are maintained internally by members of the official Sentora 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.
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 [email protected] 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: [email protected].