This repository was archived by the owner on Sep 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #14 from sharmalab/dev
Release 0.5
- Loading branch information
Showing
10 changed files
with
215 additions
and
103 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 +1,2 @@ | ||
node_modules/ | ||
public/javascripts/browserify/ |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# TCIA PubHub Public | ||
|
||
Public Facing TCIA Pubhub | ||
|
||
## Requirements | ||
|
||
* Node.js | ||
* Bindaas + MongoDB | ||
* Webpack | ||
|
||
## Installation: | ||
|
||
|
||
* git clone the repo | ||
* Copy config.js.example to config.js | ||
* Set EZID username etc, bindaas api key and other parameters | ||
|
||
* Edit `config.js` and set bindaas host etc. | ||
|
||
* `<sudo> npm install` | ||
* you may need to install webpack alone if it fails (``<sudo> npm install webpack`) | ||
* `node bin/www` (Run with nohup etc.) | ||
* Runs on `localhost:3003` by default | ||
|
||
## Developers: | ||
|
||
* `webpack --watch` to watch and transpile JSX to js |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 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
Oops, something went wrong.