Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Jun 25, 2016
1 parent b24b5a1 commit 70c43d0
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# OAUTH2 pear package

## License

Copyright (c) 2016 JoungKyun.Kim <http:https://oops.org> All rights reserved

This program is under BSD license

## Description

This is OAUTH2 login tool and support follow vendors:
* Googke
* Facebook
* Github
* Naver
*Daum

## Installation

We recommand to install with pear command cause of dependency pear packages.

### 1. use pear command

```bash
[root@host ~]$ # add pear channel 'pear.oops.org'
[root@host ~]$ pear channel-discover pear.oops.org
Adding Channel "pear.oops.org" succeeded
Discovery of channel "pear.oops.org" succeeded
[root@host ~]$ # add OAUTH2 pear package
[root@host ~]$ pear install oops/OAUTH2
downloading OAUTH2-1.0.4.tgz ...
Starting to download OAUTH2-1.0.4.tgz (10,893 bytes)
....done: 10,893 bytes
downloading HTTPRelay-1.0.5.tgz ...
Starting to download HTTPRelay-1.0.5.tgz (5,783 bytes)
...done: 5,783 bytes
downloading myException-1.0.1.tgz ...
Starting to download myException-1.0.1.tgz (3,048 bytes)
...done: 3,048 bytes
install ok: channel:https://pear.oops.org/myException-1.0.1
install ok: channel:https://pear.oops.org/HTTPRelay-1.0.5
install ok: channel:https://pear.oops.org/OAUTH2-1.0.4
[root@host ~]$
```

### 2. install by hand

Download oauth pear package at

## Usages

0 comments on commit 70c43d0

Please sign in to comment.