Skip to content

Commit

Permalink
Add dummy configure script that tells people how to really install Ph…
Browse files Browse the repository at this point in the history
…usion Passenger.
  • Loading branch information
FooBarWidget committed Dec 21, 2011
1 parent 94983db commit 15d9806
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
echo "This is not how you install Phusion Passenger! Please run one of:"
echo
echo " ./bin/passenger-install-apache2-module"
echo " ./bin/passenger-install-nginx-module"
echo
echo "When unsure, please consult the manual (see 'doc' directory)."
echo
echo "*** ABORTED"
exit 1

0 comments on commit 15d9806

Please sign in to comment.