Skip to content

Commit

Permalink
Merge pull request #3 from shankari/trb_2017
Browse files Browse the repository at this point in the history
Make the setup and teardown generic and update the README to reflect …
  • Loading branch information
shankari authored Mar 7, 2018
2 parents b0fe82c + 78a3494 commit 14e4bf2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
39 changes: 34 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
This repository contains ipython notebooks for the evaluation of the e-mission platform
- Check out the e-mission server repository
This repository contains ipython notebooks for the evaluation of the e-mission
platform. These notebooks re-use code from the e-mission-server codebase, so
it needs to be included while running them.

### Running.

1. Install the e-mission server, including setting it up
https://github.com/e-mission/e-mission-server
- Set the `EMISSION_SERVER_HOME` environment variable

1. Set the home environment variable

```
$ export EMISSION_SERVER_HOME=<path to e-mission-server repo>
$ export EMISSION_SERVER_HOME=<path_to_emission_server_repo>
```
- To start the notebooks, use `bin/em-jupyter-notebook.sh` instead of `jupyter notebook`
1. Set up the evaluation system
```
$ source setup.sh
```
1. Start the notebook server
```
$ ../bin/em-jupyter-notebook.sh
```
### Loading data
- To get the data for the notebooks to run on, look at the dataset listed at
the top of the notebook, and request the data for research purposes using
https://github.com/e-mission/e-mission-server/wiki/Requesting-data-as-a-collaborator
### Cleaning up
After completing analysis, tear down
```
$ source teardown.sh
```
File renamed without changes.
File renamed without changes.

0 comments on commit 14e4bf2

Please sign in to comment.