1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Add installation info about releases

This commit is contained in:
Chaoyi Zha 2016-05-13 18:54:26 -04:00
parent 7981709c6e
commit 72c5f984c2

View File

@ -9,7 +9,6 @@ The following software is required on your server to run Polr 2.0.
In the case that you cannot fulfill the following requirements (e.g free shared hosting),
you may be interested in looking at a [legacy 1.x release](https://github.com/cydrobolt/polr/releases) of Polr (now unsupported).
If you would like to download a stable version of Polr, you may check out [the releases page](https://github.com/cydrobolt/polr/releases).
- Apache, nginx, IIS, or lighttpd (Apache preferred)
- PHP >= 5.5.9
@ -25,6 +24,8 @@ If you would like to download a stable version of Polr, you may check out [the r
## Downloading the source code
If you would like to download a stable version of Polr, you may check out [the releases page](https://github.com/cydrobolt/polr/releases).
```bash
$ sudo su
# switch to Polr directory (replace with other directory path if applicable)
@ -34,6 +35,10 @@ $ git clone https://github.com/cydrobolt/polr.git
# set correct permissions
$ chmod -R 755 polr
# if you would like to use a specific release, check out
# the tag associated with the release. see link above.
$ # git checkout <tag>
# run only if on Ubuntu-based systems
$ chown -R www-data polr
# run only if on Fedora-based systems