Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate vestigial 'dbin' and 'nisdev' directories. #593

Open
wants to merge 1 commit into
base: prod
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions maps/hosts.map.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ wordpress <%= ENV['BACKEND_WP_APP'] || "ist-wp-app-#{ENV['LANDSCAPE']}.bu.edu" %
# PHP
# # # # # # # # # # # # # # # # # # # #

dbin <%= ENV['BACKEND_DBIN'] || "ist-web-dbin-#{ENV['LANDSCAPE']}.bu.edu" %> ;

phpbin <%= ENV['BACKEND_PHPBIN'] || "ist-web-phpbin-#{ENV['LANDSCAPE']}.bu.edu" %> ;
phpbin-aws ist-web-phpbin-aws-prod.bu.edu ;

Expand Down
24 changes: 7 additions & 17 deletions maps/sites.map
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,8 @@ _/dnamixtures/uploads static-public ;
_/courseware-manager django ;
_/law-pub django ;

# PHP applications (dbin / phpbin)

# Standalone Sites:

_/buniverse phpbin-aws ;
_/calendar phpbin-aws ;
_/nisdev phpbin ;

# dbin:

_/dbin dbin ;
_/dbin/agni phpbin-aws ;
_/dbin/archives static-public ;
_/dbin/bands phpbin-aws ;
Expand All @@ -120,12 +112,6 @@ _/dbin/project-inclusive phpbin-aws ;
_/dbin/quantumconcepts phpbin-aws ;
_/dbin/stemcells redirect_asis ;


# phpbin:

_/phpbin phpbin ;
_/wiki phpbin ;

_/phpbin/calendar phpbin-aws ;
_/phpbin/cashier-admin redirect_asis ;
_/phpbin/cecredential phpbin-aws ;
Expand Down Expand Up @@ -154,10 +140,12 @@ _/phpbin/oompatech phpbin-aws ;
_/phpbin/organ-library phpbin-aws ;
_/phpbin/parking phpbin-aws ;
_/phpbin/rcr phpbin-aws ;
_/phpbin/security phpbin ;
_/phpbin/signup phpbin-aws ;
_/phpbin/sleep phpbin-aws ;
_/phpbin/ssw-network phpbin-aws ;
_/phpbin/static-sites phpbin-aws ;
_/phpbin/telegraph phpbin ;
_/phpbin/training phpbin-aws ;
_/phpbin/webdis phpbin-aws ;
_/phpbin/wiki phpbin-aws ;
Expand Down Expand Up @@ -402,6 +390,7 @@ _/bunano redirect_asis ;
_/bunextchicago redirect_asis ;
_/bunextla redirect_asis ;
_/bunextsf redirect_asis ;
_/buniverse phpbin-aws ;
_/burc redirect_asis ;
_/burppe redirect_asis ;
_/burst redirect_asis ;
Expand All @@ -428,6 +417,7 @@ _/buzzlab redirect_asis ;
_/caadlab static-public ;
_/cader/av static-public ;
_/cagt redirect_asis ;
_/calendar phpbin-aws ;
_/cap static-public ;
_/capdraft redirect_asis ;
_/cards redirect_asis ;
Expand Down Expand Up @@ -576,10 +566,10 @@ _/data static-public ;
_/data-sciences-center static-public ;
_/dayofservice redirect_asis ;
_/daysofservice redirect_asis ;
_/dct redirect_asis ;
_/dbin-cnsb-assets static-public ;
_/dbin-cupidcubesat-data static-public ;
_/dbin-dance static-public ;
_/dct redirect_asis ;
_/degreecomplete redirect_asis ;
_/dental/lobbyscreen static-public ;
_/dental/nerb-mcmanama static-public ;
Expand Down Expand Up @@ -615,8 +605,8 @@ _/ebrochures redirect_asis ;
_/eci/econpapers static-public ;
_/ecllscholarship redirect_asis ;
_/ecologyonline static-public ;
_/edtech redirect_asis ;
_/econ/RePEc static-public ;
_/edtech redirect_asis ;
_/electric redirect_asis ;
_/eliewieselarchive redirect_asis ;
_/eliewieselday redirect_asis ;
Expand Down
1 change: 0 additions & 1 deletion test_router.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ test_url "uiscgi-http-studentlink-menu" "http://${CONNECT_TO}/link/bin/uiscgi_st
if [ "$LANDSCAPE" != "syst" ]; then
echo ""
echo "### Test PHP and Django services"
test_url "dbin-http-oittest" http://${CONNECT_TO}/dbin/oittest/info.php 200 dbin '<h2>PHP License</h2>'
test_url "phpbin-http-buniverse" http://${CONNECT_TO}/buniverse/ 200 phpbin buniverse
test_url "django-http-cellphone" http://${CONNECT_TO}/cellphone-compliance/ 302 django "Location: http://$HOST/cellphone-compliance/accounts/login"
test_url "django-https-cellphone" https://${CONNECT_TO}/cellphone-compliance/ 302 django "Location: https://$HOST/cellphone-compliance/accounts/login"
Expand Down