remove unused file
[iankelling.org] / setup.sh
index 5452793a6a3cce6094d307773de33ab55c8297c7..f081135e3b0f253544d1f2a1981cb939ca6cfd09 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-source /a/bin/errhandle/err
+set -e; . /usr/local/lib/bash-bear; set +e
 
 usage() {
   cat <<EOF
@@ -85,7 +85,8 @@ pkgs=(
   # build.rb dependencies
   ruby-pygments.rb ruby-safe-yaml ruby-sass
   # python pkgs used for o(n^2) voting blog entry
-  python-bcrypt python-passlib
+  # # commented out, needs update to python3
+  #python-bcrypt python-passlib
   # gitweb pkgs
   gitweb highlight
 )
@@ -151,6 +152,11 @@ web-conf $allow_symlinks_arg $email_arg -p $port - apache2 $domain <<EOF
   AddHandler cgi-script .py
 </Directory>
 
+<Directory /var/www/$domain/html/stream-videos/>
+  Options Indexes
+</Directory>
+
+
 <Directory "/var/www/$domain/html/cgi">
   Options +ExecCGI
   SetHandler cgi-script