Skip to content

Commit

Permalink
FIX: rave_gmaps apache2 restart
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMichelson committed Aug 28, 2019
1 parent a4829d7 commit 226a414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions guest_scripts/test_baltrad.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source $CONDA_DIR/bin/activate $RADARENV
python -c "import _pyhl" # hlhdf
python -c "import rave" # rave
python -c "import beamb_quality_plugin" # beamb
Expand Down
4 changes: 3 additions & 1 deletion provision_scripts/install_baltrad_rave_gmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sudo apt-get install -qq php
sudo apt-get install -qq libapache2-mod-php
sudo cp /vagrant/vendor/etc/apache2/apache2.conf /etc/apache2/apache2.conf
sudo cp /vagrant/vendor/etc/apache2/sites-enabled/000-default.conf /etc/apache2/sites-enabled/000-default.conf
sudo service apache2 restart

# install GoogleMapsPlugin from source
cd ~/tmp
Expand All @@ -35,3 +34,6 @@ cp /vagrant/vendor/opt/baltrad/rave_gmap/web/data/cawkr_gmaps.tgz $CONDA_PREFIX/
cd $CONDA_PREFIX/rave_gmap/web/data
tar xzf cawkr_gmaps.tgz
rm cawkr_gmaps.tgz

# Restart apache2 with the plugin contents
sudo service apache2 restart

0 comments on commit 226a414

Please sign in to comment.