Skip to content

Commit

Permalink
Merge pull request #304 from SBU-BMI/googleGuide
Browse files Browse the repository at this point in the history
add google info
  • Loading branch information
tdiprima authored Jul 2, 2018
2 parents cd9c68b + 3076830 commit fb64c5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -64,6 +64,16 @@ docker network (quip_nw), start up the containers and attach them to the user-de

After the containers are started, you may access the QuIP web applications using a browser at `http://<hostname>`. Here, hostname is the name or IP address of the host machine where the containers are running.

### Setting up Google Sign-In (optional)
If disable_security is not set to true in config (see below) you need to get google credentials.

* First, go to [Google API Console](https://console.developers.google.com/project/_/apiui/apis/library)
* From the drop-down in the top left corner, create a new project
* Next, select Credentials in the left side-bar, then select "OAuth Client ID" in the drop-down, and then "Configure Consent Screen"
* Fill in your URL, etc, and click "Save"
* Then, select "Web application", and fill in the fields
* Finally, copy your **"client ID"** and **"client secret"**

### Configuration

Configuration is via configs/viewer/config.ini per the following specifications

0 comments on commit fb64c5b

Please # to comment.