Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependencies fix paths #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add dependencies fix paths #16

wants to merge 1 commit into from

Conversation

BenjaminHCCarr
Copy link

Added list of some of the dependencies that are not included on an Ubuntu LTS Server install.
The $path was incorrect in multiple places in the instructions.

Added list of some of the dependencies that are not included on an Ubuntu LTS Server install.
The `$path` was incorrect in multiple places in the instructions.
@@ -21,7 +28,7 @@ Install python 3.5 or greater. This example uses 3.6.

```
[auth_microservice] $ git clone https://github.com/heliumdatacommons/auth_microservice.git
[auth_microservice] $ cd auth_microservice/
[auth_microservice] $ cd auth_microservice/src/microservice/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BenjaminHCCarr after the previous PR was merged, please changes instances of src to example and I will merge this one

@@ -1,6 +1,13 @@
# auth_microservice
Microservice which abstracts out OAuth2/OpenID exchanges and token management from applications

Requires:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make clear that these are requirements for the example, not for auth_microservice. auth_microservice doesn't need any of these

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants