Skip to content

Commit

Permalink
Release 1.0.1 against cell-viz 1.1.2 / nupic-history-server 0.0.1 (#25)
Browse files Browse the repository at this point in the history
* Release 1.0.1 against cell-viz 1.1.2

* update dependency versions
  • Loading branch information
rhyolight authored Jul 10, 2017
1 parent 98dc715 commit 3ba2188
Show file tree
Hide file tree
Showing 4 changed files with 50,962 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a web application with a Nodejs server and a JavaScript frontend.
## Dependencies

- [NuPIC History Server](https://github.com/htm-community/nupic-history-server) - install & run
- [Cell-viz](https://github.com/numenta/cell-viz/) - install & generate the static content with `webpack`
- [Cell-viz](https://github.com/numenta/cell-viz/) 1.1.2 - install & generate the static content with `webpack`
#### Generate static content from cell-viz
There are 2 options:
- Permanent link: `ln -s static/js/third/dyson-bundle.js YOUR_PATH/cell-viz/out/dyson.js` This is a permanent solution, just need to update the webpack in `cell-viz` later on.
Expand All @@ -41,7 +41,7 @@ Install npm requirements:

## Run

> **REQUIREMENT**: This server depends on the [nupic-history-server](https://github.com/htm-community/nupic-history-server) running on PORT 8080. You must have that server running for any spatial pooler visualizations to work (ep. 7+).
> **REQUIREMENT**: This server depends on the [nupic-history-server](https://github.com/htm-community/nupic-history-server) 0.0.1 running on PORT 8080. You must have that server running for any spatial pooler visualizations to work (ep. 7+).
Now start this server on any port you like:

Expand Down
2 changes: 1 addition & 1 deletion html/ep10/topology.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="/static/js/third/dyson-bundle.js"></script>
<script src="/static/js/third/cell-viz-1.1.2.bundle.js"></script>
<!-- <script src="https://ci.numenta.com/browse/RES-NCV-51/artifact/shared/Webpacked-dyson-bundle.js/dyson-bundle.js"></script> -->
<script src="/static/js/third/dat.gui.min.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion html/ep11/sequencer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="/static/js/third/dyson-bundle.js"></script>
<script src="/static/js/third/cell-viz-1.1.2.bundle.js"></script>
<!-- <script src="https://ci.numenta.com/browse/RES-NCV-51/artifact/shared/Webpacked-dyson-bundle.js/dyson-bundle.js"></script> -->
<script src="/static/js/third/dat.gui.min.js"></script>

Expand Down
Loading

0 comments on commit 3ba2188

Please sign in to comment.