2015-01-23 13:09:30 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2016-10-15 18:58:30 +00:00
|
|
|
cd /usr/share/hedera-web && npm install --production
|
2015-06-30 12:06:19 +00:00
|
|
|
a2enconf hedera-web
|
2015-01-23 13:09:30 +00:00
|
|
|
service apache2 reload
|
2017-04-25 17:56:39 +00:00
|
|
|
service php5-fpm restart
|
2015-01-23 13:09:30 +00:00
|
|
|
service cron restart
|
|
|
|
|