Skip to content

Commit

Permalink
Merge pull request #1345 from INN/1344-document-minimum-php-version
Browse files Browse the repository at this point in the history
Document minimum PHP version for Largo
  • Loading branch information
aschweigert authored Oct 12, 2016
2 parents 09367b1 + db11eda commit 2856790
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/users/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Download and Install WordPress

The Largo parent theme and plugins have been tested with the latest version of WordPress. Some hosting providers offer one-click installation of WordPress and that should get you the latest version. If that does not work for you, download the latest version from the `WordPress downloads <https://wordpress.org/download/>`_ page and follow their `instructions <http://codex.wordpress.org/Installing_WordPress>`_ to get it setup.

Largo requires a minimum PHP version of 5.3, and has been tested thoroughly on PHP 5.5. Contact your hosting provider if you are unsure which version of PHP your site uses.

Download and Install Largo
--------------------------

The latest stable version of the Largo parent theme is available for download from `the project repository on github <https://github.com/INN/Largo>`_ on github. The master branch (`download link <https://github.com/INN/Largo/archive/master.zip>`_) is always the latest stable release although you may sometimes want to also keep an eye on `the develop branch <https://github.com/inn/largo/tree/develop>`_ which contains our work on the next release of Largo. Note that we do not recommend using the develop branch on a production site.
The latest stable version of the Largo parent theme is available for download from `the project repository on github <https://github.com/INN/Largo/releases>`_ on github. The master branch (`download link <https://github.com/INN/Largo/archive/master.zip>`_) is always the latest stable release although you may sometimes want to also keep an eye on `the develop branch <https://github.com/inn/largo/tree/develop>`_ which contains our work on the next release of Largo. Note that we do not recommend using the develop branch on a production site.

Once you have downloaded the Largo theme you'll need to unzip it, and will typically want to rename the resulting folder to just "largo" (github will include the name of the branch in the name of the folder, i.e. - largo-master, but to avoid potential problems with the following instructions using "largo" as the name of the folder will make your life a little easier.

Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ A responsive WordPress framework designed for news publishers and developed by t

We are making regular updates that may or may not always play nice with previous versions.

For released versions of Largo, please see the [list of tagged releases](https://github.com/INN/Largo/releases).

The `master` branch is the latest stable version and what INN is using for our sites in production (with a few minor tweaks specific to our hosting environment). Please do not submit pull requests to this branch unless they are minor hotfixes that can be directly merged.

The `develop` branch contains work in progress slated for our next point release. Feel free to try it out, report issues, etc. but we DO NOT recommend using it in production. This is also typically the branch to submit pull requests to if you want to contribute to the project.
Expand All @@ -32,6 +34,10 @@ The project extends work done by [NPR's Project Argo](http://argoproject.org/).

**Current version:** v0.5.4

**Minimum supported PHP version:** 5.3

**Minimum supported WordPress version:** 4.1, though we usually recommend using the current version of WordPress

## Setup

Follow the [setup instructions in the documentation](http://largo.readthedocs.io/users/download.html).
Expand Down

0 comments on commit 2856790

Please sign in to comment.