Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
MINOR: Added docs for "EASY INSTALL"
Browse files Browse the repository at this point in the history
  • Loading branch information
lingo committed Apr 27, 2010
1 parent b05ec0d commit a4a12c9
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,44 @@ You are now set up to run salad tests on IE and Firefox.

### OS X

#### EASY INSTALL

Your milage may vary.

Checkout the salad source:

$ cd ~/Sites
$ git clone git@github.com:sminnee/salad.git salad
$ cd salad

Set up Firefox for Salad

1. First, run ./scripts/firefox-3.6.sh (or 3.5.sh for older version)
2. This should show the Firefox Profile Manager
3. Create a Profile named "Salad" (case sensitive, no quotes), and select it.
4. Click "Start Firefox"
5. Follow the install instructions for JSSH
6. Don't restart Firefox yet!
7. Open Firefox Preferences->Content and de-select "Block pop-up windows"
8. Quit Firefox

Now, install PHPUnit. These scripts are for MAMP or XAMPP. For other systems, use your *-fu.

Run one of these:

$ ./scripts/install_phpunit_MAMP.sh # (For MAMP)
$ ./scripts/install_phpunit_XAMPP.sh # (For XAMPP)

Now install the gems:

$ ./scripts/install_deps.sh

Now, test salad itself:

$ ./bin/salad firefox http://localhost/salad tests/*.feature


#### NORMAL INSTALL
If you have Leopard or Snow Leopard, then you should have Ruby all set up. Open Terminal and
run this command:

Expand Down

0 comments on commit a4a12c9

Please sign in to comment.