Skip to content

Commit a00733d

Browse files
remicolletavsej
authored andcommitted
Improve install documentation (link to fedora official package)
fixes #21 Change-Id: I90d2f13a0a6595a2e29726659359962af39e1839 Reviewed-on: http://review.couchbase.org/89562 Reviewed-by: Sergey Avseyev <[email protected]> Tested-by: Sergey Avseyev <[email protected]>
1 parent eeeaaa8 commit a00733d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,27 @@ It supports 5.x and 7.x releases of PHP interpreter.
2121
The target system should have libcouchbase installed. Detailed guide and links to the most recent versions
2222
located here: https://developer.couchbase.com/server/other-products/release-notes-archives/c-sdk.
2323

24+
### PECL
25+
2426
Couchbase PHP client generally available through PECL: http://pecl.php.net/package/couchbase
2527

2628
```bash
2729
pecl install couchbase
2830
```
2931

30-
RPM packages available for Fedora 24-27 and RHEL 6-7 linux on https://rpms.remirepo.net/.
32+
### Binary packages
33+
34+
RPM package for Fedora available in official repository, its name is [php-pecl-couchbase2](https://apps.fedoraproject.org/packages/php-pecl-couchbase2).
35+
36+
```bash
37+
dnf install php-pecl-couchbase2
38+
```
39+
40+
RPM package for RHEL and CentOS linux available on [Remi's repository](https://rpms.remirepo.net/).
41+
42+
```bash
43+
yum install php-pecl-couchbase2
44+
```
3145

3246
Additionally Windows builds available from [Release Notes and Archives](http://developer.couchbase.com/server/other-products/release-notes-archives/php-sdk) page.
3347

@@ -38,6 +52,8 @@ brew tap homebrew/homebrew-php
3852
brew install php70-couchbase # or other version instead of 70 (PHP 7.0)
3953
```
4054

55+
### Build from sources
56+
4157
If you are going to prepare patches, or just need to install the most recent
4258
version from git, make sure you have PHP development tools and headers
4359
installed, and run the following commands:

0 commit comments

Comments
 (0)