Skip to content

Commit

Permalink
Merge pull request #54 from betatim/selenium-docs
Browse files Browse the repository at this point in the history
No documentation on how to get selenium
  • Loading branch information
ibab committed Mar 6, 2016
2 parents 4dd83b6 + 983e98f commit 233cf0f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

# everware

**Welcome [#MozFest](https://2015.mozillafestival.org)ers, let us know you stopped by: [Greetings from MozFest](https://github.com/everware/everware/issues/24).**

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/everware/everware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Everware is an add-on for [JupyterHub](https://github.com/jupyter/jupyterhub).
Expand All @@ -21,9 +19,9 @@ The original everware team consists of [@OmeGak](https://github.com/omegak), [@i

Documentation on the different ways to use `everware` and [getting started](https://github.com/everware/everware/wiki/Getting-Started).

## Testing
## Try it out

In order to test `everware`, you have to:
In order to test drive `everware`, you have to:

- Install the newest git version of `jupyterhub`: https://github.com/jupyter/jupyterhub. Double check with their [README.md](https://github.com/jupyter/jupyterhub/blob/master/README.md)
```
Expand Down Expand Up @@ -56,3 +54,7 @@ In order to test `everware`, you have to:
jupyterhub
```

## Development

To run our tests you will need selenium. On OS X you can install it with
`brew install selenium-server-standalone`.

0 comments on commit 233cf0f

Please sign in to comment.