Skip to content

Commit

Permalink
fix grammar and spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Nov 20, 2017
1 parent 7797db0 commit ec4eff0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![License](https://img.shields.io/badge/license-AGPLv3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0.html)
# Kaltura Installation Packages Project
To enable the of use standard binary packages and package managers to deploy the Kaltura platform.
To enable the use of standard binary packages and package managers when deploying the Kaltura Video Platform Community Edition.

This project features official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers.
This project features official deployment packages to install the Kaltura Video Platform on a server or cluster environments using native OS package managers.

* **[Learn more & keep track on the project page](http://kaltura.github.io/platform-install-packages/)**.
* [Read Latest Project Status](https://github.com/kaltura/platform-install-packages/blob/master/doc/project-status-updates.md).
* [See the Build and Test Reports on the Continuous Integration system](http://installrepo.kaltura.org/reports/ci/).
+ Visit the [Kaltura Platform Packages CI Project](https://github.com/kaltura/platform-continuous-integration) and help by contributing automatic sanity tests.
* Track the development of the [Kaltura Platform Packages CI Project](https://github.com/kaltura/platform-continuous-integration).
+ Visit the [Kaltura Video Platform Packages CI Project](https://github.com/kaltura/platform-continuous-integration) and help by contributing automatic sanity tests.
* Track the development of the [Kaltura Video Platform Packages CI Project](https://github.com/kaltura/platform-continuous-integration).
* [Kaltura Inc.](http://corp.kaltura.com) also provides commercial solutions and services including pro-active platform monitoring, applications, SLA, 24/7 support and professional services. If you're looking for a commercially supported video platform with integrations to commercial encoders, streaming servers, eCDN, DRM and more - Start a [Free Trial of the Kaltura.com Hosted Platform](http://corp.kaltura.com/free-trial) or learn more about [Kaltura' Commercial OnPrem Edition™](http://corp.kaltura.com/Deployment-Options/Kaltura-On-Prem-Edition). For existing RPM based users, Kaltura offers commercial upgrade options.
* Please refer to the [Frequently Asked Questions document](https://github.com/kaltura/platform-install-packages/blob/master/doc/kaltura-packages-faq.md) before opening new issues or forum threads.

Expand All @@ -21,8 +21,8 @@ Thank you for running Kaltura and pushing the limits of online video! By joining
+ By solving [simple tasks and challenges that advance the platform roadmap](http://bit.ly/kaltura-tasks).
+ By testing the platform components, including various deployment settings and environments, and network settings, [reporting issues and feature requests](https://github.com/kaltura/platform-install-packages/issues) and [pushing pull-requests](https://help.github.com/articles/creating-a-pull-request) that patch bugs.
+ By creating [documentation](https://github.com/kaltura/platform-install-packages/tree/master/doc), demos and examples.
+ By translating Kaltura and the documentation.
+ By filling out the [2015 Community Survey](http://surveys.kaltura.org/index.php/877436/lang-en)
+ By translating the Kaltura Platform documentation.
+ By filling out the [Community Survey](http://surveys.kaltura.org/index.php/877436/lang-en)

Contact the authors or email community@kaltura.org if you have other ideas.

Expand All @@ -32,18 +32,19 @@ Contact the authors or email community@kaltura.org if you have other ideas.

## Documentation and Guides

* [**Frequently Asked Questions**](https://github.com/kaltura/platform-install-packages/blob/master/doc/kaltura-packages-faq.md)
* [Single-server All-In-One RedHat based Linux distros Installation (including FC, RHEL and CentOS)](https://github.com/kaltura/platform-install-packages/blob/master/doc/install-kaltura-redhat-based.md).
* [Single-server All-In-One deb based Linux distros Installation (Debian/Ubuntu)](https://github.com/kaltura/platform-install-packages/blob/master/doc/install-kaltura-deb-based.md).
* [Single-server All-In-One Docker container Installation](https://github.com/kaltura/platform-install-packages/blob/master/doc/install-docker.md).
* [Deploying a Kaltura Cluster (RPM)](https://github.com/kaltura/platform-install-packages/blob/master/doc/rpm-cluster-deployment-instructions.md)
* [Deploying a Kaltura Cluster (deb)](https://github.com/kaltura/platform-install-packages/blob/master/doc/deb-cluster-deployment-instructions.md)
* [Deploying Kaltura using Opscode Chef (RPM)](https://github.com/kaltura/platform-install-packages/blob/master/doc/rpm-chef-cluster-deployment.md)
* [Deploying Kaltura using Vagrant (RPM)](https://github.com/kaltura/platform-install-packages/tree/master/vagrant)
* [Upgrade from pre-RPM versions](https://github.com/kaltura/platform-install-packages/tree/master/doc/kaltura-updater)
* [Setting up Kaltura platform monitoring](https://github.com/kaltura/platform-install-packages/blob/master/doc/platform-monitors.md)
* [Required Open Ports to run Kaltura](https://github.com/kaltura/platform-install-packages/blob/master/doc/kaltura-required-ports.md)
* [Deploy Local Repository for Offline Install](https://github.com/kaltura/platform-install-packages/blob/master/doc/deploy-local-rpm-repo-offline-install.md)
* [**Frequently Asked Questions**](doc/kaltura-packages-faq.md)
* [Single-server All-In-One RedHat based Linux distros Installation (including FC, RHEL and CentOS)](doc/install-kaltura-redhat-based.md).
* [Single-server All-In-One deb based distros Installation (Debian: Jessie [8]; Ubuntu: Trusty [14.04])](doc/install-kaltura-deb-based.md).
* [Single-server All-In-One Ubuntu Xenial (16.04) Installation](doc/install-kaltura-xenial.md).
* [Single-server All-In-One Docker container Installation](doc/install-docker.md).
* [Deploying a Kaltura Cluster (RPM)](doc/rpm-cluster-deployment-instructions.md)
* [Deploying a Kaltura Cluster (deb)](doc/deb-cluster-deployment-instructions.md)
* [Deploying Kaltura using Opscode Chef (RPM)](doc/rpm-chef-cluster-deployment.md)
* [Deploying Kaltura using Vagrant (RPM)](vagrant)
* [Upgrade from pre-RPM versions](doc/kaltura-updater)
* [Setting up Kaltura Video Platform monitoring](doc/platform-monitors.md)
* [Required Open Ports to run Kaltura](doc/kaltura-required-ports.md)
* [Deploy Local Repository for Offline Install](doc/deploy-local-rpm-repo-offline-install.md)



Expand Down
10 changes: 5 additions & 5 deletions doc/kaltura-packages-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Open Source Kaltura Platform is provided under the [AGPLv3 license](http://w
[Kaltura Inc.](http://corp.kaltura.com) also provides commercial solutions and services including pro-active platform monitoring, applications, SLA, 24/7 support and professional services. If you're looking for a commercially supported video platform with integrations to commercial encoders, streaming servers, eCDN, DRM and more - Start a [Free Trial of the Kaltura.com Hosted Platform](http://corp.kaltura.com/free-trial) or learn more about [Kaltura' Commercial OnPrem Edition™](http://corp.kaltura.com/Deployment-Options/Kaltura-On-Prem-Edition). For existing RPM based users, Kaltura offers commercial upgrade options.

### How to contribute
We value contributions from our CE user base very much. To make a contribution, follow the [See our CONTRIBUTERS doc](https://github.com/kaltura/platform-install-packages/blob/IX-9.19.0/doc/CONTRIBUTERS.md).
We value contributions from our Community Edition user base very much. To make a contribution, follow the [See our CONTRIBUTERS doc](https://github.com/kaltura/platform-install-packages/blob/IX-9.19.0/doc/CONTRIBUTERS.md).


### Changing Apache configurations post install.
Expand Down Expand Up @@ -43,16 +43,16 @@ Then use update statements to reset the url and hostname.

### Deploy Local Repository for Offline Install

On rare ocaasions, you may encounter the need to deploy Kaltura on an offline environment where internet connection is not available, and thus you can't reach the Kaltura packages install repository (http://installrepo.kaltura.org/releases/).
On rare occasions, you may encounter the need to deploy Kaltura on an offline environment where internet connection is not available, and thus you can't reach the Kaltura packages install repository (http://installrepo.kaltura.org/releases/).

On such cases, the solution is to download the packages, deploy a local repository and install from it instead of the online repository.
In such cases, the solution is to download the packages, deploy a local repository and install from it instead of the online repository.
**Note** that when following this path, you will need to re-deploy your local repository for every new version upgrade.

To perform an offline install, follow the [Deploy Local Repository for Offline Install guide](https://github.com/kaltura/platform-install-packages/blob/master/doc/deploy-local-rpm-repo-offline-install.md).

### Fresh Database Installation

On occasions where you'd like to drop the database and content and re-install Kaltura. Follor the below commands:
On occasions where you'd like to drop the database and content and re-install Kaltura. Follow the below commands:
```bash
# /opt/kaltura/bin/kaltura-drop-db.sh
# /opt/kaltura/bin/kaltura-config-all.sh [answers-file-path]
Expand All @@ -75,7 +75,7 @@ Run `# kaltlog`, which will continuously track (using `tail`) an error grep from
You can also use: `# allkaltlog` (using root), which will dump all the error lines from the Kaltura logs once. Note that this can result in a lot of output, so the best way to use it will be to redirect to a file: `# allkaltlog > errors.txt`.
This output can be used to analyze past failures but for active debugging use the kaltlog alias.

### Analytics issues
### Analytics Issues

#### General Flow
- When a user hits play, an API request similar to the below [service=stats&action=collect], is made by the player:
Expand Down

0 comments on commit ec4eff0

Please sign in to comment.