Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Remove Vagrant (incomplete implementation) OpenDataServices#15
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 2, 2020
1 parent 12f3805 commit b205b51
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 107 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
__pycache__
/.vagrant
extracted_data.json
.ve
db.sqlite3
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,24 +140,3 @@ If a request was made to index a HTTP site, but a user searches against a HTTPS
It is currently set up for OCDS.

This can be extended for other standards, but at this time we may also try to work out a generic set of interfaces.

## Vagrant for developers

A Vagrant box is provided for developers.

This also builds a static version of the OCDS standard, so you can test it against a development website you can control.

NOTE: This is not in full working order and needs tweaks! See pull request.

vagrant up
vagrant ssh
cd /vagrant
python3 ocds-doc-search-cli.py -u http://localhost:6060/ # this indexes to elasticsearch
python3 manage.py runserver 0.0.0.0:5000

Try this on the host.

* http://localhost:6060/en
* http://localhost:6060/fr
* http://localhost:6060/es

33 changes: 0 additions & 33 deletions Vagrantfile

This file was deleted.

15 changes: 0 additions & 15 deletions vagrant/apache.conf

This file was deleted.

37 changes: 0 additions & 37 deletions vagrant/bootstrap.sh

This file was deleted.

0 comments on commit b205b51

Please sign in to comment.