@@ -77,7 +77,7 @@ Then, either:
77
77
* Or, if you have already downloaded the box file separately, then run the
78
78
following command in order to import the box into vagrant and boot up the VM:
79
79
80
- (host) $ vagrant box add path/to/django-box-2.0 .box --name djangoproject/django-box-2.0
80
+ (host) $ vagrant box add path/to/django-box-2.1 .box --name djangoproject/django-box-2.1
81
81
(host) $ cd django-box
82
82
(host) $ vagrant up
83
83
@@ -87,10 +87,10 @@ Then, either:
87
87
88
88
You can download the box file directly from (make sure you update the version
89
89
component):
90
- https://atlas.hashicorp.com/djangoproject/boxes/django-box-2.0 /versions/2.0 .0/providers/virtualbox.box
90
+ https://atlas.hashicorp.com/djangoproject/boxes/django-box-2.1 /versions/2.1 .0/providers/virtualbox.box
91
91
92
92
You can check what the latest released version is here:
93
- https://atlas.hashicorp.com/djangoproject/boxes/django-box-2.0 /
93
+ https://atlas.hashicorp.com/djangoproject/boxes/django-box-2.1 /
94
94
95
95
As the VM boots up, it will prompt you to enter your host machine's
96
96
administrator password (the same that you use for logging into your host
@@ -250,7 +250,7 @@ Building a new version
250
250
----------------------
251
251
252
252
To upgrade or alter the original box, you'll need to recreate it. You'll need to
253
- have Ansible 2.1 or greater installed, and django >= 2.0 in a folder beside the
253
+ have Ansible 2.1 or greater installed, and django >= 2.1 in a folder beside the
254
254
django-box project as described above. You should also have
255
255
the [ vagrant-vbguest] ( https://github.com/dotless-de/vagrant-vbguest ) plugin
256
256
installed to ensure the correct GuestAdditions are configured within the image.
@@ -263,9 +263,9 @@ The automatic build process will take about 20 minutes. If the new build should
263
263
be saved, then you can package the output:
264
264
265
265
(host) $ VAGRANT_VAGRANTFILE=Vagrantfile-build vagrant package \
266
- --output django-box-2.0 .box
266
+ --output django-box-2.1 .box
267
267
268
- (host) $ vagrant box add django-box-2.0 .box --name djangoproject/django-box-2.0 # optional - for testing
268
+ (host) $ vagrant box add django-box-2.1 .box --name djangoproject/django-box-2.1 # optional - for testing
269
269
270
270
Note that compiling a new version should only be required when releasing a new
271
271
build to atlas.hashicorp.com.
0 commit comments