Skip to content

Commit

Permalink
Updated release tags and README.md file information.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Feb 1, 2015
1 parent a0bc1ef commit 866ea0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,19 @@ Welcome to the Sentora Installation Script Git repository, this provides a centr

## How to install Sentora ##

__This common installer is in BETA-TEST__

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

* CentOS 6 and 7
* Ubuntu 12.04 and 14.04

Preliminary install information can be found here: [Sentora Documentation](http://docs.sentora.org/index.php?node=7)


To install use the latest 'recommended' version:
To install use the latest 'stable' and officially supported version, please use the following command:
```
bash <(curl -L -Ss http://sentora.org/install-beta)
bash <(curl -L -Ss http://sentora.org/install)

This comment has been minimized.

Copy link
@shabbirhasan

shabbirhasan Mar 11, 2021

Website not working

```

Please report any errors that you may find to the [beta-test dedicated forum](http://forums.sentora.org/forumdisplay.php?fid=60).
Please report any errors that you may find with the installers to our [bug tracking system](https://github.com/sentora/sentora-installers/issues).

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

Expand Down
6 changes: 3 additions & 3 deletions sentora_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
# all those who participated to this and to previous installers.
# Thanks to all.

SENTORA_INSTALLER_VERSION="1.0.0-RC3"
SENTORA_CORE_VERSION="1.0.0-RC3"
SENTORA_PRECONF_VERSION="1.0.0-RC3"
SENTORA_INSTALLER_VERSION="1.0.0"
SENTORA_CORE_VERSION="1.0.0"
SENTORA_PRECONF_VERSION="1.0.0"

PANEL_PATH="/etc/sentora"
PANEL_DATA="/var/sentora"
Expand Down

0 comments on commit 866ea0c

Please sign in to comment.