-
Notifications
You must be signed in to change notification settings - Fork 12
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 #3 from shankari/trb_2017
Make the setup and teardown generic and update the README to reflect …
- Loading branch information
Showing
3 changed files
with
34 additions
and
5 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,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.