Skip to content

Commit 82140fe

Browse files
committed
Expanded commands on generating crypted password as first time users may not have pip installed, or the brewed python
1 parent 0169f7a commit 82140fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ I'm currently retrieving Ansible from git, as well as the `dopy` module for Digi
4040
```
4141
git clone https://github.com/jbinto/ansible-ubuntu-rails-server.git
4242
cd ansible-ubuntu-rails-server
43+
brew install python
44+
sudo easy_install pip
4345
sudo pip install -r requirements.txt
4446
```
4547

@@ -81,7 +83,7 @@ gem install tugboat
8183
tugboat authorize
8284
```
8385

84-
Edit `./vars/digitalocean.yml`.
86+
Edit `./vars/digitalocean.yml`.
8587

8688
* Note that `hostname` must be a real FQDN you own, and the DNS must be pointing to DigitalOcean.
8789
* You can use `tugboat` to acquire the magic numbers needed for region/image/size IDs.
@@ -142,7 +144,7 @@ Note that after the first run, `root` will no longer be able to log in. To run t
142144
# clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
143145
```
144146

145-
Run:
147+
Run:
146148

147149
```
148150
echo "ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future" >> ~/.zshrc

0 commit comments

Comments
 (0)