Skip to content

Commit

Permalink
Merge pull request ClojureBridge#71 from bridgethillyer/master
Browse files Browse the repository at this point in the history
Updates to OS X setup based on setup experience.
  • Loading branch information
cndreisbach committed Apr 4, 2014
2 parents 48f7931 + 97ce8a9 commit a591de2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added outline/img/lein_install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions outline/setup_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ The details of Java's version may differ from what you see above; that is perfec

Leiningen is a tool used on the command line to manage Clojure projects.

Go to the [Leiningen website](http://leiningen.org/). You will see a link to the `lein` script under the "Install" heading (not the Install link). Right-click that link and choose "Save Link As...". Save it in your Downloads directory.
Go to the [Leiningen website](http://leiningen.org/). You will see a link to the `lein` script under the "Install" heading. Right-click that link and choose "Save Link As...". Save it in your Downloads directory.

![Leiningen site](img/leiningen_site.png)
![Leiningen site](img/lein_install.png)

After that, run the following commands in your terminal. You will be prompted to enter your password.

Expand Down Expand Up @@ -79,7 +80,7 @@ After all that, you should be at your Heroku dashboard. There will be a link on

If you do not see this link on your dashboard, you can download the toolbelt from [toolbelt.heroku.com](https://toolbelt.heroku.com/).

This will download a .pkg file. Double-click it to install the Heroku Toolbelt and follow all prompts from the installation wizard. You will need your OS X account password to complete installation. Once the Heroku Toolbelt is installed, go to your terminal and run the command `heroku login`. You will be prompted for your email and password on Heroku. If you enter them and the command ends successfully, congratulations!
This will download a .pkg file. Double-click it to install the Heroku Toolbelt and follow all prompts from the installation wizard. You will need your OS X account password to complete installation. If you are prompted to create an SSH key, say yes. It may also prompt you to install git. Once the Heroku Toolbelt is installed, go to your terminal and run the command `heroku login`. You will be prompted for your email and password on Heroku. If you enter them and the command ends successfully, congratulations!

![Heroku login](img/os_x/heroku_login.png)

Expand Down

0 comments on commit a591de2

Please sign in to comment.