Skip to content

Commit

Permalink
Updating the installation directions to use python simple server rath…
Browse files Browse the repository at this point in the history
…er than the no longer supported `Web Sharing`.
  • Loading branch information
mcwhittemore committed Jul 10, 2014
1 parent f8fb54a commit 64d6b36
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Expand Up @@ -13,17 +13,7 @@ with just a quick hint of jQuery to tie things together.

[Install minute-agent](https://github.com/tmcw/minute-agent).

Download or git clone this repository into a web-accessible directory.
On a Mac, the easiest one to use is `~/Sites`, and you'll need to
enable 'Web Sharing' in `System Preferences -> Sharing` to make
that work.

Now you'll need to know your username/short username in OSX.
If you don't know this, open a Terminal window, and type
`whoami`.

Go to `http://localhost/~yourusername/minute/` and you should
get a blank page with an error message.
Download or git clone this repository into any directory you want (for example: `~/Sites/minute`). From that directory run `python -m SimpleHTTPServer 8888`. Now simply point your browser at `http://localhost:8888` and you should get a blank page with an error message.

To visualize a snapshot of your keystrokes, _copy_ `keystrokes.log`
from `~/Documents/minute/keystrokes.log` to `~/Sites/minute/keystrokes.log`.
Expand Down

0 comments on commit 64d6b36

Please sign in to comment.