Newer
Older
#!/bin/bash
# Put things in the correct places
mkdir -p /etc/nodl/
cp etc/nodl-config.php /etc/nodl/config.php
mkdir -p /var/www/html/admin
cp -r www/* www/.htaccess /var/www/html/admin/
#!/bin/bash
# Put things in the correct places
mkdir -p /etc/nodl/
cp etc/nodl-config.php /etc/nodl/config.php
mkdir -p /var/www/html/admin
cp -r www/* www/.htaccess /var/www/html/admin/