X-Git-Url: https://vcs.fsf.org/?p=eostre.git;a=blobdiff_plain;f=Makefile;h=d31b2d240976c4a9022e577cdaee667e5b0f5947;hp=a71f48657e801ca1a91eb3119f95542863d408d8;hb=3337dee20223d1b5702abbb6ee60a96ff5f6dd07;hpb=c05721c77c24b96c8081e390f79a06ee77f27e16 diff --git a/Makefile b/Makefile index a71f486..d31b2d2 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,10 @@ install-from-backups: probe-backup-files install-sqldump install-drupal-sites ch probe-backup-files: [ -f /sqldump ] [ -f /sites && -d /sites ] +# [ -f /boycottsony.org.conf ] +# [ -f /dayagainstdrm.org.conf ] +# [ -f /rotten-apple.org.conf ] +# [ -f /defectivebydesign.org.conf ] install-sqldump: # source the dump twice - once to create the DB, once to populate it @@ -46,6 +50,14 @@ install-drupal-sites: cd /var/www/html cp -r /sites sites +#install-apache-sites-conf: +# cp /*.conf /etc/apache2/sites-available/ +# a2ensite boycottsony.org +# a2ensite dayagainstdrm.org +# a2ensite rotten-apple.org +# a2ensite www.defectivebydesign.org +# systemctl reload apache2 + # recipes for building a chroot. notice that sql does not cooperate with chroots, due to some funky postinstall hooks and /proc namespaces conflicting build-chroot: new-chroot install-pkgs-in-chroot install-drupal-toolchain