Final touches
This commit is contained in:
parent
1f10fc43ad
commit
b0cc35104e
2 changed files with 7 additions and 2 deletions
|
@ -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).
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue