hedera-web/debian/postinst

9 lines
156 B
Bash
Executable File

#!/bin/bash
cd /usr/share/hedera-web && npm install --production
a2enconf hedera-web
service apache2 reload
service php5-fpm restart
service cron restart