Tyler Scott | 0826385 | 2015-07-31 19:05:52 -0600 | [diff] [blame^] | 1 | NDN Catalog (NDN Query and Retrieval Tool) |
| 2 | ========================================== |
| 3 | |
| 4 | This is the front end to the catalog which contains all of the client html and code. |
| 5 | |
| 6 | Setup |
| 7 | ----- |
| 8 | |
| 9 | To simply run the client code, you will need the following things setup: |
| 10 | |
| 11 | * A NDN backend running somewhere (The default config is pointed at a test backend) |
| 12 | * NDN-JS |
| 13 | + Run `git submodule init ndn-js` in the client directory. |
| 14 | + Then run `git submodule update` |
| 15 | * Configure the config.json |
| 16 | + If it doesn't exist, you will need to copy it from the config-example.json |
| 17 | + config.json is intentionally left out of the git to prevent overwriting it. |
| 18 | |