Skip to content

Apply style guide to the Installation page #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions docs/FreeSWITCH-Explained/Installation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,36 @@ This page describes FreeSWITCH™ numbering conventions, basic download instruct

## Conventions

The FreeSWITCH numbering format is "version.release.maintenance".
The FreeSWITCH numbering format is "version.release.maintenance".

## Selecting a Version
## Selecting a version

The primary FreeSWITCH releases are:
The primary FreeSWITCH releases are:

* **Current** **_Public Release 1.10_**, created 5 August, 2019, is **recommended for production systems**.
Sounds and prompts release is 1.0.52 as of 19 August, 2016.
* _**Current Branch**_, contains in-test fixes going into the _**next maintenance level** of the current public release_.
* **Development**,containing the latest fixes and features, intended as the **_next release_**.
* **Development**, containing the latest fixes and features, intended as the **_next release_**.

A Note About Bugs and Issues
### A note about bugs and issues

Bugs or issues with the current public release _must_ be tested using the _latest_ Development release to determine if the problem is already fixed. Issues must be tested using Development before opening bug reports for them to be considered. If the bug persists in Development, then file an issue on GitHub: [https://github.com/signalwire/freeswitch/issues](https://github.com/signalwire/freeswitch/issues)
Bugs or issues with the current public release _must_ be tested using the _latest_ Development release to determine if the problem is already fixed. Issues must be tested using Development before opening bug reports for them to be considered. If the bug persists in Development, then file an issue on [the GitHub FreeSWITCH repository](https://github.com/signalwire/freeswitch/issues).

Check Release Notes Before Upgrades
### Check release notes before upgrades

There are breaking changes between minor and major releases, so make sure to check the [Release Notes](../Release-Notes/index.mdx) before upgrading to avoid headaches.

If you're using FreeSWITCH version 1.8 which is tagged **End Of Life**, you should upgrade to 1.10 NOW.
If you're using FreeSWITCH version 1.8 which is tagged **End Of Life**, you should upgrade to 1.10 NOW.

### Download Current Public Release
### Download current public release

The latest maintenance level of the current public release of FreeSWITCH can be downloaded from [freeswitch-files](https://files.freeswitch.org/freeswitch-releases/) via a browser.
The latest maintenance level of the current public release of FreeSWITCH can be downloaded from [freeswitch-files](https://files.freeswitch.org/freeswitch-releases/) via a browser.
For linux, it's easier to copy/paste the command line below.
This single long line performs:
1- Determines the latest public release available.
2- Downloads the compressed source file.
3- Decompresses the file into a folder in the current directory.
4- Renames the folder to **freeswitch**.
1. Determines the latest public release available.
2. Downloads the compressed source file.
3. Decompresses the file into a folder in the current directory.
4. Renames the folder to **freeswitch**.
If you don't want the folder renamed, remove the last && to the end of the line.

```xml
Expand Down