1
0
Fork 0

Final touches

This commit is contained in:
Andrew Tomaka 2015-02-10 13:37:43 -05:00
parent 1f10fc43ad
commit b0cc35104e
2 changed files with 7 additions and 2 deletions

View File

@ -10,3 +10,8 @@ Sample Vagrant project for use with the
```
bash <(curl https://github.com/atomaka/vagrant-farmers_market/blog/master/bootstrap.sh)
```
or
follow the [bootstrap
file](https://github.com/atomaka/vagrant-farmers_market/blob/master/bootstrap.sh).

View File

@ -1,7 +1,7 @@
#!/bin/bash
git clone git@git.atomaka.com:talks/vagrant-farmers\_market.git
git clone https://github.com/atomaka/vagrant-farmers_market.git
cd vagrant-farmers_market
git clone https://github.com/atomaka/farmers_markets.git code
git clone https://github.com/atomaka/farmers_markets.git
vagrant up
vagrant ssh -c "cd app && rackup -o 0.0.0"