Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Commit d6ccd97

Browse files
committed
Updated 1.11 references to 2.0
1 parent d3f0aa4 commit d6ccd97

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.0.0 - February 16, 2016
1+
2.0.0 - February 18, 2016
22
=========================
33

44
Compatibility updates for Django 2.0

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Then, either:
6767
* Or, if you have already downloaded the box file separately, then run the
6868
following command in order to import the box into vagrant and boot up the VM:
6969

70-
(host) $ vagrant box add path/to/django-box-1.11.box --name djangoproject/django-box-1.11
70+
(host) $ vagrant box add path/to/django-box-2.0.box --name djangoproject/django-box-2.0
7171
(host) $ cd django-box
7272
(host) $ vagrant up
7373

@@ -77,10 +77,10 @@ Then, either:
7777

7878
You can download the box file directly from (make sure you update the version
7979
component):
80-
https://atlas.hashicorp.com/djangoproject/boxes/django-box-1.11/versions/1.11.2/providers/virtualbox.box
80+
https://atlas.hashicorp.com/djangoproject/boxes/django-box-2.0/versions/2.0.0/providers/virtualbox.box
8181

8282
You can check what the latest released version is here:
83-
https://atlas.hashicorp.com/djangoproject/boxes/django-box-1.11/
83+
https://atlas.hashicorp.com/djangoproject/boxes/django-box-2.0/
8484

8585
As the VM boots up, it will prompt you to enter your host machine's
8686
administrator password (the same that you use for logging into your host
@@ -208,7 +208,7 @@ Building a new version
208208
----------------------
209209

210210
To upgrade or alter the original box, you'll need to recreate it. You'll need to
211-
have Ansible 2.1 or greater installed, and django >= 1.11 in a folder beside the
211+
have Ansible 2.1 or greater installed, and django >= 2.0 in a folder beside the
212212
django-box project as described above. You should also have
213213
the [vagrant-vbguest](https://github.com/dotless-de/vagrant-vbguest) plugin
214214
installed to ensure the correct GuestAdditions are configured within the image.
@@ -221,9 +221,9 @@ The automatic build process will take about 20 minutes. If the new build should
221221
be saved, then you can package the output:
222222

223223
(host) $ VAGRANT_VAGRANTFILE=Vagrantfile-build vagrant package \
224-
--output django-box-1.11.box
224+
--output django-box-2.0.box
225225

226-
(host) $ vagrant box add django-box-1.11.box --name djangoproject/django-box-1.11 # optional - for testing
226+
(host) $ vagrant box add django-box-2.0.box --name djangoproject/django-box-2.0 # optional - for testing
227227

228228
Note that compiling a new version should only be required when releasing a new
229229
build to atlas.hashicorp.com.

0 commit comments

Comments
 (0)