mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update the box list link
box list link is broken
This commit is contained in:
parent
d66df38862
commit
07fe1437a7
@ -47,7 +47,7 @@ Look for the line which describes the box you are going to use:
|
|||||||
config.vm.box = "base"
|
config.vm.box = "base"
|
||||||
```
|
```
|
||||||
|
|
||||||
This defines what pre-built Operating System the vagrant machine will be using. We'll be changing `base` to something closer to what we’d like, perhaps similar to your production server, you can find a range of boxes [listed here](https://atlas.hashicorp.com/search)
|
This defines what pre-built Operating System the vagrant machine will be using. We'll be changing `base` to something closer to what we’d like, perhaps similar to your production server, you can find a range of boxes [listed here](https://app.vagrantup.com/boxes/search)
|
||||||
|
|
||||||
We've chosen to use `RHEL7.0`, but you can easily change it to suit your needs.
|
We've chosen to use `RHEL7.0`, but you can easily change it to suit your needs.
|
||||||
```ruby
|
```ruby
|
||||||
|
Loading…
Reference in New Issue
Block a user