diff --git a/stage_file_proxy.install b/stage_file_proxy.install
new file mode 100644
index 0000000..ce6e0f5
--- /dev/null
+++ b/stage_file_proxy.install
@@ -0,0 +1,7 @@
+<?php
+/**
+  * Implement hook_enable()
+  */
+function stage_file_proxy_enable() {
+  drupal_set_message($message = t("The module Stage File Proxy was enabled, but be sure to add at least \$conf['stage_file_proxy_origin'] = 'http://example.com'; (no trailing slash) to your settings.php file. See INSTALL.TXT for more configuration options."), $type = 'status');
+}
