Skip to content

Commit

Permalink
Merge pull request #3567 from WikiWatershed/tt/update-provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain authored Oct 4, 2022
2 parents ddd1623 + aa9b43f commit 69c7252
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ echo "
* 33.33.0.0/16" | sudo tee /etc/vbox/networks.conf
```

Next, use the following command to bring up a local development environment:
Next, use the following command to bring up a local development environment, ensuring you have the most recent version of the base box:

```bash
$ vagrant box update
$ vagrant up
```

Expand Down
2 changes: 1 addition & 1 deletion deployment/ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ postgresql_support_repository_channel: "main"
postgresql_support_libpq_version: "13.*.pgdg20.04+1"
postgresql_support_psycopg2_version: "2.8.*"
postgis_version: "3"
postgis_package_version: "3.2*pgdg20.04+1"
postgis_package_version: "3.3*pgdg20.04+1"

daemontools_version: "1:0.76-7"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Install Firefox for UI tests
apt: pkg="firefox=9*" state=present
apt: pkg="firefox" state=present

- name: Install Xvfb for JavaScript tests
apt: pkg="xvfb=2:1.20.*" state=present

0 comments on commit 69c7252

Please sign in to comment.