Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small edits to instructions. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
RETS MD [RealGeeks Hacked Version]
=======

This is a hacked up version of RetsMD that does 2 things by default:
This is a hacked up version of RetsMD that does two things by default:

1. Logs every HTTP transaction to /tmp/rets_debug.txt
2. Uses a SOCKS5 proxy located at localhost:9050

In order to use it, you will need to set up an SSH tunnel:
In order to use it, you will need to set up an SSH tunnel and checkout this repo:

```bash
$ ssh -ND 9050 kevin@98.129.6.188
$ ssh -AND 9050 deploy@98.129.6.188
```

This command will just hang. Let it sit there, it is having a good time on its own.

Next, fire up php:
Next, fire up php while in the rets-md directory:

```
php -S localhost:8000
```

Finally, point your browser to http://localhost:8000 and enjoy!