All Projects → sentora → Sentora Installers

sentora / Sentora Installers

Licence: gpl-3.0
Provides a central place to store, version and distribute the Sentora installer and upgrade scripts from.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Sentora Installers

Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+229.45%)
Mutual labels:  control-panel
Slurm In Docker
Slurm in Docker - Exploring Slurm using CentOS 7 based Docker images
Stars: ✭ 63 (-56.85%)
Mutual labels:  centos7
Rhcsa Practice Questions
RHCSA practice questions for version 7/8
Stars: ✭ 103 (-29.45%)
Mutual labels:  centos7
Sentora Core
Sentora is a web hosting control panel written in PHP for *NIX
Stars: ✭ 545 (+273.29%)
Mutual labels:  control-panel
Vagrant Centos7 Ansible Lamp
Ansible example using Vagrant to deploy Centos7 server with Apache2.4.6, PHP7 (with xdebug), mariaDB5.5 and phpmyadmin to local VM.
Stars: ✭ 41 (-71.92%)
Mutual labels:  centos7
Spel
STIG-Partitioned Enterprise Linux (spel)
Stars: ✭ 66 (-54.79%)
Mutual labels:  centos7
Zwave2mqtt
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
Stars: ✭ 352 (+141.1%)
Mutual labels:  control-panel
Satis Control Panel
Satis Control Panel (SCP) is a simple web UI for managing your Satis Repository for Composer Packages.
Stars: ✭ 144 (-1.37%)
Mutual labels:  control-panel
Vultrdash
Vultr self-hosted dashboard.
Stars: ✭ 59 (-59.59%)
Mutual labels:  control-panel
Fluxcp
An up to date version of FluxCP built for rAthena.
Stars: ✭ 105 (-28.08%)
Mutual labels:  control-panel
Hestiacp
Hestia Control Panel | A lightweight and powerful control panel for the modern web.
Stars: ✭ 764 (+423.29%)
Mutual labels:  control-panel
Server Manager
This repository holds the IntISP Interface. It can be rebuilt to interface with any other hosting panel.
Stars: ✭ 31 (-78.77%)
Mutual labels:  control-panel
Docker Centos7 Ansible
CentOS 7 Docker container for Ansible playbook and role testing.
Stars: ✭ 72 (-50.68%)
Mutual labels:  centos7
Jshielder
Hardening Script for Linux Servers/ Secure LAMP-LEMP Deployer/ CIS Benchmark
Stars: ✭ 483 (+230.82%)
Mutual labels:  centos7
Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (-15.07%)
Mutual labels:  control-panel
Cipi
An Open Source Control Panel for your Cloud! Deploy and manage LEMP apps in one click!
Stars: ✭ 376 (+157.53%)
Mutual labels:  control-panel
Centos7 Cis
Ansible CentOS 7 - CIS Benchmark Hardening Script
Stars: ✭ 64 (-56.16%)
Mutual labels:  centos7
Oracle Java
Ansible role to install Oracle Java 8/11 on Debian and RedHat based distributions.
Stars: ✭ 144 (-1.37%)
Mutual labels:  centos7
Tunapanel
Autogenerate live Web-based control panels for Rust programs
Stars: ✭ 133 (-8.9%)
Mutual labels:  control-panel
Intercity Next
Web control panel to deploy apps on your servers (with Dokku)
Stars: ✭ 103 (-29.45%)
Mutual labels:  control-panel

Sentora Installers

Welcome to the Sentora Installation Script Git repository, this provides a central place to store, version and distribute Sentora installer and upgrade scripts from.

How to install Sentora

Our installation script currently support the following operating systems/distributions:

  • CentOS 6 and 7
  • Ubuntu 12.04 and 14.04
  • Debian 7 and 8

Preliminary install information can be found here: Sentora Documentation

To install use the latest 'stable' and officially supported version, please use the following command:

bash <(curl -L -Ss http://sentora.org/install)

Please report any errors that you may find with the installers to our bug tracking system.

Alternatively (and for testing purposes only) you can install the latest MASTER version like so:

bash <(curl -L -Ss https://raw.githubusercontent.com/sentora/sentora-installers/master/sentora_install.sh)

Please note that the MASTER branch installer above is ONLY recommended for developers and project staff!

Upgrade and Uninstaller scripts

Upgrade scripts are still available on this repository for later use and/or reference purposes only. At present we DO NOT recommend their use.

Uninstaller scripts, much like the Upgrade scripts are not recommended for use at present but we also need to make it clear that although they remove most of the packages installed by the Sentora Installation scripts they will not leave your OS in his initial state given the large amount of customisations that our installation scripts make.


ALL INFORMATION BELOW MAY BE INACCURATE OR INCOMPLETE


Vagrant installer/upgrader development & testing

Available OS's

  • 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_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

Official maintainers

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

We encourage third-party installation scripts of which we will gladly 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.

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 operating systems/distributions.

In most cases you will 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 us at: [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].