Skip to content

Commit

Permalink
document Vagrant's need to have glassfish and solr downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 30, 2014
1 parent 294006e commit 3954228
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Sphinx/source/Developers/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ conjunction with PageKite configured like this:
service_on = http:@kitename : localhost:8888 : @kitesecret

service_on = https:@kitename : localhost:9999 : @kitesecret

Please note that before running ``vagrant up`` for the first time,
you'll need to ensure that required software (GlassFish, Solr, etc.)
is available within Vagrant. If you type ``cd downloads`` and
``./download.sh`` the software should be properly downloaded.

0 comments on commit 3954228

Please sign in to comment.