-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from KeithKelleher/master
February release updates
- Loading branch information
Showing
39 changed files
with
818 additions
and
2,291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
Pharos graphql server | ||
===================== | ||
|
||
To run | ||
###To run | ||
|
||
Run `npm install` to get all dependencies, then | ||
|
||
``` | ||
npm start | ||
``` | ||
|
||
A public instance of this api is available [here](https://pharos-api.ncats.io/graphql). | ||
A public instance of this DEV version of the api is available [here](https://ncatsidg-dev.appspot.com/graphql). | ||
|
||
|
||
|
||
### To deploy on gcloud | ||
* go to project on g cloud | ||
* "git clone https://github.com/ncats/pharos-graphql-server" | ||
* "git pull" if it's already there | ||
* cd to dir | ||
* export PORT=8080 && npm install | ||
* npm start -- preview | ||
* gcloud app create -- first time only | ||
* gcloud app deploy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
pharos_database_transforms/tcrd-create-datasource-table.py
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
pharos_database_transforms/tcrd-create-datasource-table.sql
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.