Skip to content

Commit

Permalink
Remove vagrant support
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Sep 25, 2024
1 parent 9005a6c commit 9c5eadb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 249 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,27 +61,16 @@ This will setup the Docker container and environment. Once finished, the link to

To populate with a minimal amount of data, run `scripts/quick-populate` (about 1 hour).

### DEPRECATED: Developing with Vagrant

Please note that we are not currently supporting the Vagrant environment, and may remove it
altogether. Please use the Docker environment instead.

You will need the latest versions of VirtualBox and Vagrant, then:

* Run `vagrant up`.
* Go make a cup of tea. It may take a while whilst Vagrant and Puppet do their thing.
* Point your web browser at `http://10.11.12.13` and marvel at modern technology.

See INSTALL.md for instructions on downloading and importing Parlparse data (members, debates, votes, etc).


#### Compiling Static Assets

If you're working on a page which uses the redesign, you will need to compile
static assets after changes:

* `vagrant ssh`
* `cd /vagrant/theyworkforyou/www/docs/style`
* `script/watch-css`

or

* `cd www/docs/style`
* `bundle exec compass compile` for a one-off compilation or `bundle exec compass watch` to recompile on changes

## Testing
Expand Down
73 changes: 0 additions & 73 deletions Vagrantfile

This file was deleted.

124 changes: 0 additions & 124 deletions conf/Vagrantfile.example

This file was deleted.

36 changes: 0 additions & 36 deletions conf/httpd.vagrant

This file was deleted.

0 comments on commit 9c5eadb

Please sign in to comment.